diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-04-17 09:59:21 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-04-18 08:04:15 -0700 |
commit | 177f8edf37cc44c6486bf51bc7040481643a72cc (patch) | |
tree | 2783b5a22ab7f6e722cfd71d0d2b7d9c6c215fb3 /test | |
parent | 58319aa3ffb6054d88650acba3b0678ef7c13b92 (diff) |
Added to afl_dictionary.
Diffstat (limited to 'test')
-rw-r--r-- | test/afl_dictionary/asterisk | 1 | ||||
-rw-r--r-- | test/afl_dictionary/hyphen | 0 | ||||
-rw-r--r-- | test/afl_dictionary/plus | 1 | ||||
-rw-r--r-- | test/afl_dictionary/underscore | 1 |
4 files changed, 3 insertions, 0 deletions
diff --git a/test/afl_dictionary/asterisk b/test/afl_dictionary/asterisk new file mode 100644 index 0000000..f59ec20 --- /dev/null +++ b/test/afl_dictionary/asterisk @@ -0,0 +1 @@ +*
\ No newline at end of file diff --git a/test/afl_dictionary/hyphen b/test/afl_dictionary/hyphen new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/test/afl_dictionary/hyphen diff --git a/test/afl_dictionary/plus b/test/afl_dictionary/plus new file mode 100644 index 0000000..9b26e9b --- /dev/null +++ b/test/afl_dictionary/plus @@ -0,0 +1 @@ ++
\ No newline at end of file diff --git a/test/afl_dictionary/underscore b/test/afl_dictionary/underscore new file mode 100644 index 0000000..c9cdc63 --- /dev/null +++ b/test/afl_dictionary/underscore @@ -0,0 +1 @@ +_
\ No newline at end of file |