From 8d1d9db24338e86d44d2d5f00b5b95d288036cae Mon Sep 17 00:00:00 2001 From: Matthew Hall Date: Sat, 23 Mar 2024 00:58:37 +1300 Subject: Initial --- test_data/sentences.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 test_data/sentences.txt (limited to 'test_data/sentences.txt') diff --git a/test_data/sentences.txt b/test_data/sentences.txt new file mode 100644 index 0000000..1538972 --- /dev/null +++ b/test_data/sentences.txt @@ -0,0 +1,14 @@ +This sentence tests type a: %%a%%. +This sentence tests type b: %%b%%. +This sentence tests type c: %%c%%. +This sentence uses types a, b, and c in reverse order: %%c%% %%b%% %%a%%. +This sentence uses a variable: %%?x%% +This sentence uses one variable once, then another twice: %%?x%% %%?y%% %%?y%% +This sentence uses four different variables: %%?w%% %%?x%% %%?y%% %%?z%% +This sentence uses four identical variables: %%?x%% %%?x%% %%?x%% %%?x%% +This sentence uses type c, then a variable: %%c%% %%?x%% +This sentence uses type c, then a variable named 'c': %%c%% %%?c%% +This sentence uses 10 identical variables: %%?x%% %%?x%% %%?x%% %%?x%% %%?x%% %%?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%% +malformed sentence %%a||d%% -- cgit v1.2.1