From: Kevin Day Date: Wed, 31 May 2023 04:47:16 +0000 (-0500) Subject: Update: Add backticks to runtime tests. X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=cd9392143236c43071b31364a503948803403b84;p=fll Update: Add backticks to runtime tests. The backticks need to be tested as well. --- diff --git a/level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-content-original.expect b/level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-content-original.expect index 3de818f..dce3271 100644 --- a/level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-content-original.expect +++ b/level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-content-original.expect @@ -12,7 +12,7 @@ bb bb a "comment...should have" no slashes. a comment either...should 'have one' slash. -a comment either...should \'have two' \\'slashes'. +a `comment either...should` \'have two' \\'slashes'. "line...with some" random text nother line. b 'c d' \'e f' \\'g diff --git a/level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-content-select-0.expect b/level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-content-select-0.expect index 3de818f..dce3271 100644 --- a/level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-content-select-0.expect +++ b/level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-content-select-0.expect @@ -12,7 +12,7 @@ bb bb a "comment...should have" no slashes. a comment either...should 'have one' slash. -a comment either...should \'have two' \\'slashes'. +a `comment either...should` \'have two' \\'slashes'. "line...with some" random text nother line. b 'c d' \'e f' \\'g diff --git a/level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-content-trim.expect b/level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-content-trim.expect index 3de818f..dce3271 100644 --- a/level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-content-trim.expect +++ b/level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-content-trim.expect @@ -12,7 +12,7 @@ bb bb a "comment...should have" no slashes. a comment either...should 'have one' slash. -a comment either...should \'have two' \\'slashes'. +a `comment either...should` \'have two' \\'slashes'. "line...with some" random text nother line. b 'c d' \'e f' \\'g diff --git a/level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-content.expect b/level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-content.expect index 3de818f..dce3271 100644 --- a/level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-content.expect +++ b/level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-content.expect @@ -12,7 +12,7 @@ bb bb a "comment...should have" no slashes. a comment either...should 'have one' slash. -a comment either...should \'have two' \\'slashes'. +a `comment either...should` \'have two' \\'slashes'. "line...with some" random text nother line. b 'c d' \'e f' \\'g diff --git a/level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object_and_content-original.expect b/level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object_and_content-original.expect index 53ce6bf..61afc80 100644 --- a/level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object_and_content-original.expect +++ b/level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object_and_content-original.expect @@ -12,7 +12,7 @@ hi there. "\\"\\\"" bb \#not a "comment...should have" no slashes. \\#not a comment either...should 'have one' slash. -\\\#not a comment either...should \'have two' \\'slashes'. +\\\#not a `comment either...should` \'have two' \\'slashes'. a "line...with some" random text a nother line. a b 'c d' \'e f' \\'g diff --git a/level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object_and_content-select-0.expect b/level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object_and_content-select-0.expect index 45a5439..6b127a8 100644 --- a/level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object_and_content-select-0.expect +++ b/level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object_and_content-select-0.expect @@ -12,7 +12,7 @@ hi there. \\"\\\" bb #not a "comment...should have" no slashes. \#not a comment either...should 'have one' slash. -\\#not a comment either...should \'have two' \\'slashes'. +\\#not a `comment either...should` \'have two' \\'slashes'. a "line...with some" random text a nother line. a b 'c d' \'e f' \\'g diff --git a/level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object_and_content-trim.expect b/level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object_and_content-trim.expect index aa49b95..b0eb497 100644 --- a/level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object_and_content-trim.expect +++ b/level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object_and_content-trim.expect @@ -12,7 +12,7 @@ hi there. \\"\\\" bb #not a "comment...should have" no slashes. \#not a comment either...should 'have one' slash. -\\#not a comment either...should \'have two' \\'slashes'. +\\#not a `comment either...should` \'have two' \\'slashes'. a "line...with some" random text a nother line. a b 'c d' \'e f' \\'g diff --git a/level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object_and_content.expect b/level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object_and_content.expect index 45a5439..6b127a8 100644 --- a/level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object_and_content.expect +++ b/level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object_and_content.expect @@ -12,7 +12,7 @@ hi there. \\"\\\" bb #not a "comment...should have" no slashes. \#not a comment either...should 'have one' slash. -\\#not a comment either...should \'have two' \\'slashes'. +\\#not a `comment either...should` \'have two' \\'slashes'. a "line...with some" random text a nother line. a b 'c d' \'e f' \\'g diff --git a/level_3/fss_read/tests/runtime/fss_0000/source/test-0000-quotes_and_escapes.fss b/level_3/fss_read/tests/runtime/fss_0000/source/test-0000-quotes_and_escapes.fss index bd78135..7b0442f 100644 --- a/level_3/fss_read/tests/runtime/fss_0000/source/test-0000-quotes_and_escapes.fss +++ b/level_3/fss_read/tests/runtime/fss_0000/source/test-0000-quotes_and_escapes.fss @@ -18,7 +18,7 @@ hi there. #comment \#not a "comment...should have" no slashes. \\#not a comment either...should 'have one' slash. -\\\#not a comment either...should \'have two' \\'slashes'. +\\\#not a `comment either...should` \'have two' \\'slashes'. a "line...with some" random text a nother line. diff --git a/level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-content-columns.expect b/level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-content-columns.expect index 1e8b314..7ed6ff8 100644 --- a/level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-content-columns.expect +++ b/level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-content-columns.expect @@ -1 +1 @@ -6 +5 diff --git a/level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-content-original.expect b/level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-content-original.expect index 3de818f..dce3271 100644 --- a/level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-content-original.expect +++ b/level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-content-original.expect @@ -12,7 +12,7 @@ bb bb a "comment...should have" no slashes. a comment either...should 'have one' slash. -a comment either...should \'have two' \\'slashes'. +a `comment either...should` \'have two' \\'slashes'. "line...with some" random text nother line. b 'c d' \'e f' \\'g diff --git a/level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-content-select-1.expect b/level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-content-select-1.expect index 8bd4468..ac2dcb2 100644 --- a/level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-content-select-1.expect +++ b/level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-content-select-1.expect @@ -5,7 +5,7 @@ d f comment...should have comment -comment +comment either...should random line. c d diff --git a/level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-content-select-5.expect b/level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-content-select-5.expect index daea3fb..e69de29 100644 --- a/level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-content-select-5.expect +++ b/level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-content-select-5.expect @@ -1 +0,0 @@ -\'slashes'. diff --git a/level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object_and_content-columns.expect b/level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object_and_content-columns.expect index 1e8b314..7ed6ff8 100644 --- a/level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object_and_content-columns.expect +++ b/level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object_and_content-columns.expect @@ -1 +1 @@ -6 +5 diff --git a/level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object_and_content-original.expect b/level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object_and_content-original.expect index 53cb794..ed3f038 100644 --- a/level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object_and_content-original.expect +++ b/level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object_and_content-original.expect @@ -12,7 +12,7 @@ Hi there. "\\"\\\"" bb \#not a "comment...should have" no slashes. \\#not a comment either...should 'have one' slash. -\\\#not a comment either...should \'have two' \\'slashes'. +\\\#not a `comment either...should` \'have two' \\'slashes'. a "line...with some" random text a nother line. a b 'c d' \'e f' \\'g diff --git a/level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object_and_content-select-1.expect b/level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object_and_content-select-1.expect index d897cc3..6d8033d 100644 --- a/level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object_and_content-select-1.expect +++ b/level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object_and_content-select-1.expect @@ -12,7 +12,7 @@ Hi \\"\\\" #not comment...should have \#not comment -\\#not comment +\\#not comment either...should a random a line. a c d diff --git a/level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object_and_content-select-5.expect b/level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object_and_content-select-5.expect index 623d94e..dd72b32 100644 --- a/level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object_and_content-select-5.expect +++ b/level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object_and_content-select-5.expect @@ -12,7 +12,7 @@ Hi \\"\\\" #not \#not -\\#not \'slashes'. +\\#not a a a diff --git a/level_3/fss_read/tests/runtime/fss_0001/source/test-0000-quotes_and_escapes.fss b/level_3/fss_read/tests/runtime/fss_0001/source/test-0000-quotes_and_escapes.fss index 3439975..0553f43 100644 --- a/level_3/fss_read/tests/runtime/fss_0001/source/test-0000-quotes_and_escapes.fss +++ b/level_3/fss_read/tests/runtime/fss_0001/source/test-0000-quotes_and_escapes.fss @@ -18,7 +18,7 @@ Hi there. #comment \#not a "comment...should have" no slashes. \\#not a comment either...should 'have one' slash. -\\\#not a comment either...should \'have two' \\'slashes'. +\\\#not a `comment either...should` \'have two' \\'slashes'. a "line...with some" random text a nother line.