diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2017-02-11 11:09:42 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2017-02-11 11:10:14 -0500 |
commit | b30e1f47363f9b378c5860182ca570d66687488f (patch) | |
tree | deb55b10e5061706ca350d9cffd07a24147e0e8a /tests/test_precedence.out | |
parent | 2495dbb6960c1fc94809ea68ae5c5cca82ac0f0e (diff) | |
download | bfs-b30e1f47363f9b378c5860182ca570d66687488f.tar.xz |
Add some tests for the operators themselves
Diffstat (limited to 'tests/test_precedence.out')
-rw-r--r-- | tests/test_precedence.out | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_precedence.out b/tests/test_precedence.out new file mode 100644 index 0000000..b3d7a51 --- /dev/null +++ b/tests/test_precedence.out @@ -0,0 +1,4 @@ +basic/k/foo +basic/l/foo +basic/k/foo/bar +basic/l/foo/bar/baz |