diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2017-09-19 00:35:37 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2017-09-19 00:35:37 -0700 |
| commit | b1b36fead5b4d7b24dfaf2670279928e7764cfb1 (patch) | |
| tree | 779f17750a4df3466be7fa0589fda94bfa698437 /examples/parser_tests.nom | |
| parent | 3b10a608267ce00cc140b63a19c9433f261f9794 (diff) | |
Added require instead of run file.
Diffstat (limited to 'examples/parser_tests.nom')
| -rw-r--r-- | examples/parser_tests.nom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/parser_tests.nom b/examples/parser_tests.nom index 47cb893..5cf64d3 100644 --- a/examples/parser_tests.nom +++ b/examples/parser_tests.nom @@ -1,4 +1,4 @@ -run file "lib/core.nom" +require "lib/core.nom" test: say "foo" ..yields ".." |Call [say %]: |
