aboutsummaryrefslogtreecommitdiff
path: root/test_data/sentences.txt
blob: 7c48dbf3b749233324975858761e3768e89c289a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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%%
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%%