From 511d6fe676056a72f58daa7307267603f42003f3 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 16 Sep 2017 16:41:37 -0400 Subject: tests: Add tests that trigger some optimizations --- tests/test_de_morgan_or.out | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tests/test_de_morgan_or.out (limited to 'tests/test_de_morgan_or.out') diff --git a/tests/test_de_morgan_or.out b/tests/test_de_morgan_or.out new file mode 100644 index 0000000..697f6b8 --- /dev/null +++ b/tests/test_de_morgan_or.out @@ -0,0 +1,18 @@ +basic +basic/a +basic/b +basic/c +basic/e +basic/g +basic/i +basic/j +basic/k +basic/l +basic/c/d +basic/e/f +basic/g/h +basic/k/foo +basic/l/foo +basic/k/foo/bar +basic/l/foo/bar +basic/l/foo/bar/baz -- cgit v1.2.3