From 856581e43af0261fd396f6268b9cf11cd7fe2b30 Mon Sep 17 00:00:00 2001 From: Matthew Hall Date: Thu, 4 Apr 2024 01:01:03 +1300 Subject: Re-work literals to only begin with a double-quote and not end with one --- test_data/sentences.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test_data') diff --git a/test_data/sentences.txt b/test_data/sentences.txt index 7c48dbf..e7efa26 100644 --- a/test_data/sentences.txt +++ b/test_data/sentences.txt @@ -12,5 +12,6 @@ This sentence uses 10 identical variables: %%?x%% %%?x%% %%?x%% %%?x%% %%?x%% %% This sentence uses either type a or b: %%a|b%% This sentence uses a variable, then either type a or the same variable: %%?x%% %%a|?x%% This sentence uses four completely random types: %%?%% %%?%% %%?%% %%?%% -This sentence chooses the word 'foo' or 'bar': %%"foo"|"bar"%% -This sentence chooses the word 'foo' or a word from type c: %%"foo"|c%% +This sentence chooses the word 'foo' or 'bar': %%"foo|"bar%% +This sentence chooses the word 'foo' or a word from type c: %%"foo|c%% +Intentionally malformed: %%"fo|"o%% -- cgit v1.2.1