From 3b387d81e63893ed3fe3b45e3721fbcfb1c5dde0 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 19 Oct 2022 10:29:05 -0400 Subject: tests: Split test cases into separate files --- tests/posix/de_morgan_or.out | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tests/posix/de_morgan_or.out (limited to 'tests/posix/de_morgan_or.out') diff --git a/tests/posix/de_morgan_or.out b/tests/posix/de_morgan_or.out new file mode 100644 index 0000000..2a57066 --- /dev/null +++ b/tests/posix/de_morgan_or.out @@ -0,0 +1,18 @@ +basic +basic/a +basic/b +basic/c +basic/c/d +basic/e +basic/e/f +basic/g +basic/g/h +basic/i +basic/j +basic/k +basic/k/foo +basic/k/foo/bar +basic/l +basic/l/foo +basic/l/foo/bar +basic/l/foo/bar/baz -- cgit v1.2.3