From c3b759273c95f9d38ecde2d36ecb0350f9cc4bff Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Wed, 15 Apr 2015 00:35:49 +0200 Subject: Added integration tests for constant resolution --- .../basic_functionality/constant.out.osxml | 70 ++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 testdata/integration/basic_functionality/constant.out.osxml (limited to 'testdata/integration/basic_functionality/constant.out.osxml') diff --git a/testdata/integration/basic_functionality/constant.out.osxml b/testdata/integration/basic_functionality/constant.out.osxml new file mode 100644 index 0000000..12f8247 --- /dev/null +++ b/testdata/integration/basic_functionality/constant.out.osxml @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [ + "b"= 0, + "g"= 0, + "r"= 255 +] + [ + "b"= 0, + "g"= 255, + "r"= 0 +] + [ + "c1"= [ + 0, + 255, + 0 + ], + "c2"= [ + 100, + 20, + 30 + ] +] + + -- cgit v1.2.3