mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-01 06:27:03 +03:00
Port the first 180-odd unit tests from testing1.* into the new tester1.*. Fix a stray-keystroke-induced typo which broke pstack.allocChunks().
FossilOrigin-Name: ef689e33e464829f5cbe4ca24a53d9dba59abe74d3d80a37a91b93a4eccccf2d
This commit is contained in:
@ -36,9 +36,13 @@ span.labeled-input {
|
||||
background-color: yellow;
|
||||
}
|
||||
.warning { color: firebrick; }
|
||||
.green { color: darkgreen; }
|
||||
.group-start { color: blue; }
|
||||
.group-end { color: blue; }
|
||||
.input-wrapper { white-space: nowrap; }
|
||||
#test-output {
|
||||
border: 1px inset;
|
||||
border-radius: 0.25em;
|
||||
padding: 0.25em;
|
||||
/*max-height: 30em;*/
|
||||
overflow: auto;
|
||||
|
Reference in New Issue
Block a user