From ca4187225061a9dce2abac30e8e760cc75f4c8fa Mon Sep 17 00:00:00 2001 From: pommicket Date: Mon, 15 Sep 2025 18:11:33 -0400 Subject: bool tests --- tests/interpretation/bool.pom | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tests/interpretation/bool.pom (limited to 'tests/interpretation/bool.pom') diff --git a/tests/interpretation/bool.pom b/tests/interpretation/bool.pom new file mode 100644 index 0000000..1911cfc --- /dev/null +++ b/tests/interpretation/bool.pom @@ -0,0 +1,20 @@ +[good] +a.a = yes +a.b = "true" +b.a = no +b.b = "off" +c.a = on +c.b = "yes" +d.a = off +d.b = "false" +e.a = true +e.b = "on" +f.a = false +f.b = "no" + +[bad] +caps = YES +leading_space = " yes" +trailing_space = "yes " +fake = untrue +fake2 = disabled -- cgit v1.2.3