diff options
| author | Matthew Hall <hallmatthew314@gmail.com> | 2024-04-04 00:42:02 +1300 |
|---|---|---|
| committer | Matthew Hall <hallmatthew314@gmail.com> | 2024-04-04 00:42:02 +1300 |
| commit | c7850d24e95f2e5338a02e2dfe6c425ec1ef2ae8 (patch) | |
| tree | 3be31f163f630c9fe4364116df1eefd9eec07dfa /test_data/sentences.txt | |
| parent | 0a1c4493524c61c647149223626941748736ac3e (diff) | |
Support for literal values
Diffstat (limited to 'test_data/sentences.txt')
| -rw-r--r-- | test_data/sentences.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test_data/sentences.txt b/test_data/sentences.txt index 5933427..7c48dbf 100644 --- a/test_data/sentences.txt +++ b/test_data/sentences.txt @@ -12,3 +12,5 @@ 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%% |
