diff options
author | Paul McGuire <ptmcg@austin.rr.com> | 2016-06-12 22:00:56 +0000 |
---|---|---|
committer | Paul McGuire <ptmcg@austin.rr.com> | 2016-06-12 22:00:56 +0000 |
commit | 1f8003a99b2ff11c710910c9681074a1f0efaf38 (patch) | |
tree | be4dc4fd3b269f256df15d676de2655a5e449ec7 /src | |
parent | 6d8b8bf4629f46eda76c4bbf70f38f870c21de77 (diff) | |
download | pyparsing-git-1f8003a99b2ff11c710910c9681074a1f0efaf38.tar.gz |
Needed for new test for parseFile
Diffstat (limited to 'src')
-rw-r--r-- | src/test/parsefiletest_input_file.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/parsefiletest_input_file.txt b/src/test/parsefiletest_input_file.txt new file mode 100644 index 0000000..022837a --- /dev/null +++ b/src/test/parsefiletest_input_file.txt @@ -0,0 +1 @@ +123 456 789
\ No newline at end of file |