diff options
Diffstat (limited to 'tools/testfiles/tstringe.ddl')
-rw-r--r-- | tools/testfiles/tstringe.ddl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testfiles/tstringe.ddl b/tools/testfiles/tstringe.ddl index 981280c..74ba59b 100644 --- a/tools/testfiles/tstringe.ddl +++ b/tools/testfiles/tstringe.ddl @@ -11,7 +11,7 @@ DATASET "string" { } DATASPACE SIMPLE { ( 1 ) / ( 1 ) } DATA { - (0), "quote \" backspace\b form feed\f new line\n tab\t new line\n carriage return\r" + (0): "quote \" backspace\b form feed\f new line\n tab\t new line\n carriage return\r" } } } |