diff options
author | David Robillard <d@drobilla.net> | 2018-11-17 21:01:59 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-12-02 18:49:07 -0500 |
commit | 2d43bf2b5c301ca1e4766b5048650ca1e29e38c0 (patch) | |
tree | 46d05984f9ece93ce5c5d1fabd2b5d849cc835bf /test | |
parent | 31ef2936a1549cdc125c387a8f541d8b70e60c21 (diff) | |
download | serd-2d43bf2b5c301ca1e4766b5048650ca1e29e38c0.tar.gz serd-2d43bf2b5c301ca1e4766b5048650ca1e29e38c0.tar.bz2 serd-2d43bf2b5c301ca1e4766b5048650ca1e29e38c0.zip |
Align nodes on the reader stack
Diffstat (limited to 'test')
-rw-r--r-- | test/test_overflow.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/test_overflow.c b/test/test_overflow.c index 6c67d7cc..bc0a2aaf 100644 --- a/test/test_overflow.c +++ b/test/test_overflow.c @@ -75,12 +75,14 @@ static void test_turtle_overflow(void) { static const char* const test_strings[] = { + "<http://example.org/s> <http://example.org/p> :%99 .", "<http://example.org/s> <http://example.org/p> <http://example.org/> .", "<http://example.org/s> <http://example.org/p> " "<thisisanabsurdlylongurischeme://because/testing/> .", + "<http://example.org/s> <http://example.org/p> eg:foo .", "<http://example.org/s> <http://example.org/p> 1234 .", "<http://example.org/s> <http://example.org/p> (1 2 3 4) .", - "<http://example.org/s> <http://example.org/p> ((((((((42)))))))) .", + "<http://example.org/s> <http://example.org/p> (((((((42))))))) .", "<http://example.org/s> <http://example.org/p> \"literal\" .", "<http://example.org/s> <http://example.org/p> _:blank .", "<http://example.org/s> <http://example.org/p> true .", |