1
0
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:
stephan
2022-10-13 08:03:31 +00:00
parent 1ffb6be119
commit d85d08398d
8 changed files with 591 additions and 46 deletions

View File

@ -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;