diff options
| author | Matthew Hall <hallmatthew314@gmail.com> | 2024-03-28 21:53:53 +1300 |
|---|---|---|
| committer | Matthew Hall <hallmatthew314@gmail.com> | 2024-03-28 21:53:53 +1300 |
| commit | cda07006720dc53367d0a552aa2c77796825f82d (patch) | |
| tree | 00c155cbf3815350c8edf7825ad54a0dc6cb5153 /test_data | |
| parent | 8e33cc5dae9abbbf3e7a0371fcdc98f699481c1b (diff) | |
Implement fully-random category option
Diffstat (limited to 'test_data')
| -rw-r--r-- | test_data/sentences.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_data/sentences.txt b/test_data/sentences.txt index 1538972..5933427 100644 --- a/test_data/sentences.txt +++ b/test_data/sentences.txt @@ -11,4 +11,4 @@ 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%% +This sentence uses four completely random types: %%?%% %%?%% %%?%% %%?%% |
