From e681d94ae8796e22a4627ec4c569c212c9085944 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Fri, 9 Aug 2024 22:54:14 -0500 Subject: [PATCH] Update: Add comments in some of the fss_read runtime tests. These comments should not end up in the results and so only the source files are changed. This should help increase the chances of catching an fss_read bug for the particular standard. The specific comments added would otherwise be valid Object and Content data except for being commented out. --- .../tests/runtime/fss_0000/source/test-0000-quotes_and_escapes.fss | 1 + .../tests/runtime/fss_0001/source/test-0000-quotes_and_escapes.fss | 1 + level_3/fss_read/tests/runtime/fss_0002/source/test-0000-basic.fss | 2 ++ level_3/fss_read/tests/runtime/fss_0003/source/test-0000-basic.fss | 3 +++ level_3/fss_read/tests/runtime/fss_0008/source/test-0000-basic.fss | 3 +++ level_3/fss_read/tests/runtime/fss_000e/source/test-0000-basic.fss | 2 ++ 6 files changed, 12 insertions(+) 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 c595edf..250963c 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 @@ -22,6 +22,7 @@ hi there. \\\#not a `comment either...should` \'have two' \\'slashes'. a "line...with some" random text +#a comment that should not match. a nother line. a b 'c d' \'e f' \\'g 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 45e02f3..4672d04 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 @@ -22,6 +22,7 @@ Hi there. \\\#not a `comment either...should` \'have two' \\'slashes'. a "line...with some" random text +#a comment that should not match. a nother line. a b 'c d' \'e f' \\'g diff --git a/level_3/fss_read/tests/runtime/fss_0002/source/test-0000-basic.fss b/level_3/fss_read/tests/runtime/fss_0002/source/test-0000-basic.fss index 5e289e7..dec14cc 100644 --- a/level_3/fss_read/tests/runtime/fss_0002/source/test-0000-basic.fss +++ b/level_3/fss_read/tests/runtime/fss_0002/source/test-0000-basic.fss @@ -28,6 +28,8 @@ hi : Check this. привет has space : ... +#a: +# comment that should not match. a: a second "a". also_empty: diff --git a/level_3/fss_read/tests/runtime/fss_0003/source/test-0000-basic.fss b/level_3/fss_read/tests/runtime/fss_0003/source/test-0000-basic.fss index cfd52f2..c7276bc 100644 --- a/level_3/fss_read/tests/runtime/fss_0003/source/test-0000-basic.fss +++ b/level_3/fss_read/tests/runtime/fss_0003/source/test-0000-basic.fss @@ -37,6 +37,9 @@ hi { привет has space { ... } +#a{ +# comment that should not match. +#} a{ a second "a". } diff --git a/level_3/fss_read/tests/runtime/fss_0008/source/test-0000-basic.fss b/level_3/fss_read/tests/runtime/fss_0008/source/test-0000-basic.fss index cfd52f2..c7276bc 100644 --- a/level_3/fss_read/tests/runtime/fss_0008/source/test-0000-basic.fss +++ b/level_3/fss_read/tests/runtime/fss_0008/source/test-0000-basic.fss @@ -37,6 +37,9 @@ hi { привет has space { ... } +#a{ +# comment that should not match. +#} a{ a second "a". } diff --git a/level_3/fss_read/tests/runtime/fss_000e/source/test-0000-basic.fss b/level_3/fss_read/tests/runtime/fss_000e/source/test-0000-basic.fss index d62c7af..cd67b5f 100644 --- a/level_3/fss_read/tests/runtime/fss_000e/source/test-0000-basic.fss +++ b/level_3/fss_read/tests/runtime/fss_000e/source/test-0000-basic.fss @@ -28,6 +28,8 @@ hi : Check this. привет has space : ... +#a: +# comment that should not match. a: a second "a". also_empty: -- 1.8.3.1