From b0c1a85a893f5c7d85009fc91f7934e4966f25ef Mon Sep 17 00:00:00 2001 From: Benjamin Dreux Date: Fri, 2 Feb 2018 08:37:24 -0500 Subject: [PATCH] add expression to data-if and data-unless --- components/4001-and-in-data-if/data.json | 4 ++++ components/4001-and-in-data-if/error.txt | 0 components/4001-and-in-data-if/expected.html | 8 ++++++++ components/4001-and-in-data-if/template.html | 11 +++++++++++ components/4002-or-in-data-if/data.json | 4 ++++ components/4002-or-in-data-if/error.txt | 0 components/4002-or-in-data-if/expected.html | 8 ++++++++ components/4002-or-in-data-if/template.html | 11 +++++++++++ components/4003-eq-in-data-if/data.json | 4 ++++ components/4003-eq-in-data-if/error.txt | 0 components/4003-eq-in-data-if/expected.html | 8 ++++++++ components/4003-eq-in-data-if/template.html | 11 +++++++++++ components/4004-not-in-data-if/data.json | 4 ++++ components/4004-not-in-data-if/error.txt | 0 components/4004-not-in-data-if/expected.html | 8 ++++++++ components/4004-not-in-data-if/template.html | 11 +++++++++++ components/4005-gt-in-data-if/data.json | 4 ++++ components/4005-gt-in-data-if/error.txt | 0 components/4005-gt-in-data-if/expected.html | 8 ++++++++ components/4005-gt-in-data-if/template.html | 11 +++++++++++ components/4006-gteq-in-data-if/data.json | 4 ++++ components/4006-gteq-in-data-if/error.txt | 0 components/4006-gteq-in-data-if/expected.html | 10 ++++++++++ components/4006-gteq-in-data-if/template.html | 11 +++++++++++ components/4007-lt-in-data-if/data.json | 4 ++++ components/4007-lt-in-data-if/error.txt | 0 components/4007-lt-in-data-if/expected.html | 8 ++++++++ components/4007-lt-in-data-if/template.html | 11 +++++++++++ components/4008-lteq-in-data-if/data.json | 4 ++++ components/4008-lteq-in-data-if/error.txt | 0 components/4008-lteq-in-data-if/expected.html | 10 ++++++++++ components/4008-lteq-in-data-if/template.html | 11 +++++++++++ components/4011-and-in-data-unless/data.json | 4 ++++ components/4011-and-in-data-unless/error.txt | 0 components/4011-and-in-data-unless/expected.html | 8 ++++++++ components/4011-and-in-data-unless/template.html | 11 +++++++++++ components/4012-or-in-data-unless/data.json | 4 ++++ components/4012-or-in-data-unless/error.txt | 0 components/4012-or-in-data-unless/expected.html | 8 ++++++++ components/4012-or-in-data-unless/template.html | 11 +++++++++++ components/4013-eq-in-data-unless/data.json | 4 ++++ components/4013-eq-in-data-unless/error.txt | 0 components/4013-eq-in-data-unless/expected.html | 8 ++++++++ components/4013-eq-in-data-unless/template.html | 11 +++++++++++ components/4014-not-in-data-unless/data.json | 4 ++++ components/4014-not-in-data-unless/error.txt | 0 components/4014-not-in-data-unless/expected.html | 8 ++++++++ components/4014-not-in-data-unless/template.html | 11 +++++++++++ components/4015-gt-in-data-unless/data.json | 4 ++++ components/4015-gt-in-data-unless/error.txt | 0 components/4015-gt-in-data-unless/expected.html | 8 ++++++++ components/4015-gt-in-data-unless/template.html | 11 +++++++++++ components/4016-gteq-in-data-unless/data.json | 4 ++++ components/4016-gteq-in-data-unless/error.txt | 0 components/4016-gteq-in-data-unless/expected.html | 10 ++++++++++ components/4016-gteq-in-data-unless/template.html | 11 +++++++++++ components/4017-lt-in-data-unless/data.json | 4 ++++ components/4017-lt-in-data-unless/error.txt | 0 components/4017-lt-in-data-unless/expected.html | 8 ++++++++ components/4017-lt-in-data-unless/template.html | 11 +++++++++++ components/4018-lteq-in-data-unless/data.json | 4 ++++ components/4018-lteq-in-data-unless/error.txt | 0 components/4018-lteq-in-data-unless/expected.html | 10 ++++++++++ components/4018-lteq-in-data-unless/template.html | 11 +++++++++++ components/4021-and-or-eq-in-data-if/data.json | 6 ++++++ components/4021-and-or-eq-in-data-if/error.txt | 0 components/4021-and-or-eq-in-data-if/expected.html | 8 ++++++++ components/4021-and-or-eq-in-data-if/template.html | 11 +++++++++++ components/4031-eq-string-in-data-if/data.json | 3 +++ components/4031-eq-string-in-data-if/error.txt | 0 components/4031-eq-string-in-data-if/expected.html | 8 ++++++++ components/4031-eq-string-in-data-if/template.html | 11 +++++++++++ components/4032-eq-integer-in-data-if/data.json | 3 +++ components/4032-eq-integer-in-data-if/error.txt | 0 components/4032-eq-integer-in-data-if/expected.html | 8 ++++++++ components/4032-eq-integer-in-data-if/template.html | 11 +++++++++++ components/4033-eq-float-in-data-if/data.json | 3 +++ components/4033-eq-float-in-data-if/error.txt | 0 components/4033-eq-float-in-data-if/expected.html | 8 ++++++++ components/4033-eq-float-in-data-if/template.html | 11 +++++++++++ 80 files changed, 467 insertions(+) create mode 100644 components/4001-and-in-data-if/data.json create mode 100644 components/4001-and-in-data-if/error.txt create mode 100644 components/4001-and-in-data-if/expected.html create mode 100644 components/4001-and-in-data-if/template.html create mode 100644 components/4002-or-in-data-if/data.json create mode 100644 components/4002-or-in-data-if/error.txt create mode 100644 components/4002-or-in-data-if/expected.html create mode 100644 components/4002-or-in-data-if/template.html create mode 100644 components/4003-eq-in-data-if/data.json create mode 100644 components/4003-eq-in-data-if/error.txt create mode 100644 components/4003-eq-in-data-if/expected.html create mode 100644 components/4003-eq-in-data-if/template.html create mode 100644 components/4004-not-in-data-if/data.json create mode 100644 components/4004-not-in-data-if/error.txt create mode 100644 components/4004-not-in-data-if/expected.html create mode 100644 components/4004-not-in-data-if/template.html create mode 100644 components/4005-gt-in-data-if/data.json create mode 100644 components/4005-gt-in-data-if/error.txt create mode 100644 components/4005-gt-in-data-if/expected.html create mode 100644 components/4005-gt-in-data-if/template.html create mode 100644 components/4006-gteq-in-data-if/data.json create mode 100644 components/4006-gteq-in-data-if/error.txt create mode 100644 components/4006-gteq-in-data-if/expected.html create mode 100644 components/4006-gteq-in-data-if/template.html create mode 100644 components/4007-lt-in-data-if/data.json create mode 100644 components/4007-lt-in-data-if/error.txt create mode 100644 components/4007-lt-in-data-if/expected.html create mode 100644 components/4007-lt-in-data-if/template.html create mode 100644 components/4008-lteq-in-data-if/data.json create mode 100644 components/4008-lteq-in-data-if/error.txt create mode 100644 components/4008-lteq-in-data-if/expected.html create mode 100644 components/4008-lteq-in-data-if/template.html create mode 100644 components/4011-and-in-data-unless/data.json create mode 100644 components/4011-and-in-data-unless/error.txt create mode 100644 components/4011-and-in-data-unless/expected.html create mode 100644 components/4011-and-in-data-unless/template.html create mode 100644 components/4012-or-in-data-unless/data.json create mode 100644 components/4012-or-in-data-unless/error.txt create mode 100644 components/4012-or-in-data-unless/expected.html create mode 100644 components/4012-or-in-data-unless/template.html create mode 100644 components/4013-eq-in-data-unless/data.json create mode 100644 components/4013-eq-in-data-unless/error.txt create mode 100644 components/4013-eq-in-data-unless/expected.html create mode 100644 components/4013-eq-in-data-unless/template.html create mode 100644 components/4014-not-in-data-unless/data.json create mode 100644 components/4014-not-in-data-unless/error.txt create mode 100644 components/4014-not-in-data-unless/expected.html create mode 100644 components/4014-not-in-data-unless/template.html create mode 100644 components/4015-gt-in-data-unless/data.json create mode 100644 components/4015-gt-in-data-unless/error.txt create mode 100644 components/4015-gt-in-data-unless/expected.html create mode 100644 components/4015-gt-in-data-unless/template.html create mode 100644 components/4016-gteq-in-data-unless/data.json create mode 100644 components/4016-gteq-in-data-unless/error.txt create mode 100644 components/4016-gteq-in-data-unless/expected.html create mode 100644 components/4016-gteq-in-data-unless/template.html create mode 100644 components/4017-lt-in-data-unless/data.json create mode 100644 components/4017-lt-in-data-unless/error.txt create mode 100644 components/4017-lt-in-data-unless/expected.html create mode 100644 components/4017-lt-in-data-unless/template.html create mode 100644 components/4018-lteq-in-data-unless/data.json create mode 100644 components/4018-lteq-in-data-unless/error.txt create mode 100644 components/4018-lteq-in-data-unless/expected.html create mode 100644 components/4018-lteq-in-data-unless/template.html create mode 100644 components/4021-and-or-eq-in-data-if/data.json create mode 100644 components/4021-and-or-eq-in-data-if/error.txt create mode 100644 components/4021-and-or-eq-in-data-if/expected.html create mode 100644 components/4021-and-or-eq-in-data-if/template.html create mode 100644 components/4031-eq-string-in-data-if/data.json create mode 100644 components/4031-eq-string-in-data-if/error.txt create mode 100644 components/4031-eq-string-in-data-if/expected.html create mode 100644 components/4031-eq-string-in-data-if/template.html create mode 100644 components/4032-eq-integer-in-data-if/data.json create mode 100644 components/4032-eq-integer-in-data-if/error.txt create mode 100644 components/4032-eq-integer-in-data-if/expected.html create mode 100644 components/4032-eq-integer-in-data-if/template.html create mode 100644 components/4033-eq-float-in-data-if/data.json create mode 100644 components/4033-eq-float-in-data-if/error.txt create mode 100644 components/4033-eq-float-in-data-if/expected.html create mode 100644 components/4033-eq-float-in-data-if/template.html diff --git a/components/4001-and-in-data-if/data.json b/components/4001-and-in-data-if/data.json new file mode 100644 index 0000000..922fc31 --- /dev/null +++ b/components/4001-and-in-data-if/data.json @@ -0,0 +1,4 @@ +{ + "keyA": true, + "keyB": false +} diff --git a/components/4001-and-in-data-if/error.txt b/components/4001-and-in-data-if/error.txt new file mode 100644 index 0000000..e69de29 diff --git a/components/4001-and-in-data-if/expected.html b/components/4001-and-in-data-if/expected.html new file mode 100644 index 0000000..af51535 --- /dev/null +++ b/components/4001-and-in-data-if/expected.html @@ -0,0 +1,8 @@ +

+ abc +

+ +

+ ijk +

+ diff --git a/components/4001-and-in-data-if/template.html b/components/4001-and-in-data-if/template.html new file mode 100644 index 0000000..97816c1 --- /dev/null +++ b/components/4001-and-in-data-if/template.html @@ -0,0 +1,11 @@ + diff --git a/components/4002-or-in-data-if/data.json b/components/4002-or-in-data-if/data.json new file mode 100644 index 0000000..922fc31 --- /dev/null +++ b/components/4002-or-in-data-if/data.json @@ -0,0 +1,4 @@ +{ + "keyA": true, + "keyB": false +} diff --git a/components/4002-or-in-data-if/error.txt b/components/4002-or-in-data-if/error.txt new file mode 100644 index 0000000..e69de29 diff --git a/components/4002-or-in-data-if/expected.html b/components/4002-or-in-data-if/expected.html new file mode 100644 index 0000000..af51535 --- /dev/null +++ b/components/4002-or-in-data-if/expected.html @@ -0,0 +1,8 @@ +

+ abc +

+ +

+ ijk +

+ diff --git a/components/4002-or-in-data-if/template.html b/components/4002-or-in-data-if/template.html new file mode 100644 index 0000000..86d9b37 --- /dev/null +++ b/components/4002-or-in-data-if/template.html @@ -0,0 +1,11 @@ + diff --git a/components/4003-eq-in-data-if/data.json b/components/4003-eq-in-data-if/data.json new file mode 100644 index 0000000..922fc31 --- /dev/null +++ b/components/4003-eq-in-data-if/data.json @@ -0,0 +1,4 @@ +{ + "keyA": true, + "keyB": false +} diff --git a/components/4003-eq-in-data-if/error.txt b/components/4003-eq-in-data-if/error.txt new file mode 100644 index 0000000..e69de29 diff --git a/components/4003-eq-in-data-if/expected.html b/components/4003-eq-in-data-if/expected.html new file mode 100644 index 0000000..af51535 --- /dev/null +++ b/components/4003-eq-in-data-if/expected.html @@ -0,0 +1,8 @@ +

+ abc +

+ +

+ ijk +

+ diff --git a/components/4003-eq-in-data-if/template.html b/components/4003-eq-in-data-if/template.html new file mode 100644 index 0000000..4934be3 --- /dev/null +++ b/components/4003-eq-in-data-if/template.html @@ -0,0 +1,11 @@ + diff --git a/components/4004-not-in-data-if/data.json b/components/4004-not-in-data-if/data.json new file mode 100644 index 0000000..922fc31 --- /dev/null +++ b/components/4004-not-in-data-if/data.json @@ -0,0 +1,4 @@ +{ + "keyA": true, + "keyB": false +} diff --git a/components/4004-not-in-data-if/error.txt b/components/4004-not-in-data-if/error.txt new file mode 100644 index 0000000..e69de29 diff --git a/components/4004-not-in-data-if/expected.html b/components/4004-not-in-data-if/expected.html new file mode 100644 index 0000000..af51535 --- /dev/null +++ b/components/4004-not-in-data-if/expected.html @@ -0,0 +1,8 @@ +

+ abc +

+ +

+ ijk +

+ diff --git a/components/4004-not-in-data-if/template.html b/components/4004-not-in-data-if/template.html new file mode 100644 index 0000000..7b38d55 --- /dev/null +++ b/components/4004-not-in-data-if/template.html @@ -0,0 +1,11 @@ + diff --git a/components/4005-gt-in-data-if/data.json b/components/4005-gt-in-data-if/data.json new file mode 100644 index 0000000..cd9bca6 --- /dev/null +++ b/components/4005-gt-in-data-if/data.json @@ -0,0 +1,4 @@ +{ + "keyA": 10, + "keyB": 20 +} diff --git a/components/4005-gt-in-data-if/error.txt b/components/4005-gt-in-data-if/error.txt new file mode 100644 index 0000000..e69de29 diff --git a/components/4005-gt-in-data-if/expected.html b/components/4005-gt-in-data-if/expected.html new file mode 100644 index 0000000..af51535 --- /dev/null +++ b/components/4005-gt-in-data-if/expected.html @@ -0,0 +1,8 @@ +

+ abc +

+ +

+ ijk +

+ diff --git a/components/4005-gt-in-data-if/template.html b/components/4005-gt-in-data-if/template.html new file mode 100644 index 0000000..534855c --- /dev/null +++ b/components/4005-gt-in-data-if/template.html @@ -0,0 +1,11 @@ + diff --git a/components/4006-gteq-in-data-if/data.json b/components/4006-gteq-in-data-if/data.json new file mode 100644 index 0000000..52a2b4a --- /dev/null +++ b/components/4006-gteq-in-data-if/data.json @@ -0,0 +1,4 @@ +{ + "keyA": 10, + "keyB": 10 +} diff --git a/components/4006-gteq-in-data-if/error.txt b/components/4006-gteq-in-data-if/error.txt new file mode 100644 index 0000000..e69de29 diff --git a/components/4006-gteq-in-data-if/expected.html b/components/4006-gteq-in-data-if/expected.html new file mode 100644 index 0000000..f5f8413 --- /dev/null +++ b/components/4006-gteq-in-data-if/expected.html @@ -0,0 +1,10 @@ +

+ abc +

+

+ def +

+

+ ijk +

+ diff --git a/components/4006-gteq-in-data-if/template.html b/components/4006-gteq-in-data-if/template.html new file mode 100644 index 0000000..c9e73a5 --- /dev/null +++ b/components/4006-gteq-in-data-if/template.html @@ -0,0 +1,11 @@ + diff --git a/components/4007-lt-in-data-if/data.json b/components/4007-lt-in-data-if/data.json new file mode 100644 index 0000000..52a2b4a --- /dev/null +++ b/components/4007-lt-in-data-if/data.json @@ -0,0 +1,4 @@ +{ + "keyA": 10, + "keyB": 10 +} diff --git a/components/4007-lt-in-data-if/error.txt b/components/4007-lt-in-data-if/error.txt new file mode 100644 index 0000000..e69de29 diff --git a/components/4007-lt-in-data-if/expected.html b/components/4007-lt-in-data-if/expected.html new file mode 100644 index 0000000..af51535 --- /dev/null +++ b/components/4007-lt-in-data-if/expected.html @@ -0,0 +1,8 @@ +

+ abc +

+ +

+ ijk +

+ diff --git a/components/4007-lt-in-data-if/template.html b/components/4007-lt-in-data-if/template.html new file mode 100644 index 0000000..2e6e4a9 --- /dev/null +++ b/components/4007-lt-in-data-if/template.html @@ -0,0 +1,11 @@ + diff --git a/components/4008-lteq-in-data-if/data.json b/components/4008-lteq-in-data-if/data.json new file mode 100644 index 0000000..52a2b4a --- /dev/null +++ b/components/4008-lteq-in-data-if/data.json @@ -0,0 +1,4 @@ +{ + "keyA": 10, + "keyB": 10 +} diff --git a/components/4008-lteq-in-data-if/error.txt b/components/4008-lteq-in-data-if/error.txt new file mode 100644 index 0000000..e69de29 diff --git a/components/4008-lteq-in-data-if/expected.html b/components/4008-lteq-in-data-if/expected.html new file mode 100644 index 0000000..f5f8413 --- /dev/null +++ b/components/4008-lteq-in-data-if/expected.html @@ -0,0 +1,10 @@ +

+ abc +

+

+ def +

+

+ ijk +

+ diff --git a/components/4008-lteq-in-data-if/template.html b/components/4008-lteq-in-data-if/template.html new file mode 100644 index 0000000..cbc7a74 --- /dev/null +++ b/components/4008-lteq-in-data-if/template.html @@ -0,0 +1,11 @@ + diff --git a/components/4011-and-in-data-unless/data.json b/components/4011-and-in-data-unless/data.json new file mode 100644 index 0000000..4337a49 --- /dev/null +++ b/components/4011-and-in-data-unless/data.json @@ -0,0 +1,4 @@ +{ + "keyA": true, + "keyB": true +} diff --git a/components/4011-and-in-data-unless/error.txt b/components/4011-and-in-data-unless/error.txt new file mode 100644 index 0000000..e69de29 diff --git a/components/4011-and-in-data-unless/expected.html b/components/4011-and-in-data-unless/expected.html new file mode 100644 index 0000000..af51535 --- /dev/null +++ b/components/4011-and-in-data-unless/expected.html @@ -0,0 +1,8 @@ +

+ abc +

+ +

+ ijk +

+ diff --git a/components/4011-and-in-data-unless/template.html b/components/4011-and-in-data-unless/template.html new file mode 100644 index 0000000..24afc72 --- /dev/null +++ b/components/4011-and-in-data-unless/template.html @@ -0,0 +1,11 @@ + diff --git a/components/4012-or-in-data-unless/data.json b/components/4012-or-in-data-unless/data.json new file mode 100644 index 0000000..fd8c734 --- /dev/null +++ b/components/4012-or-in-data-unless/data.json @@ -0,0 +1,4 @@ +{ + "keyA": false, + "keyB": false +} diff --git a/components/4012-or-in-data-unless/error.txt b/components/4012-or-in-data-unless/error.txt new file mode 100644 index 0000000..e69de29 diff --git a/components/4012-or-in-data-unless/expected.html b/components/4012-or-in-data-unless/expected.html new file mode 100644 index 0000000..af51535 --- /dev/null +++ b/components/4012-or-in-data-unless/expected.html @@ -0,0 +1,8 @@ +

+ abc +

+ +

+ ijk +

+ diff --git a/components/4012-or-in-data-unless/template.html b/components/4012-or-in-data-unless/template.html new file mode 100644 index 0000000..15a92dd --- /dev/null +++ b/components/4012-or-in-data-unless/template.html @@ -0,0 +1,11 @@ + diff --git a/components/4013-eq-in-data-unless/data.json b/components/4013-eq-in-data-unless/data.json new file mode 100644 index 0000000..4337a49 --- /dev/null +++ b/components/4013-eq-in-data-unless/data.json @@ -0,0 +1,4 @@ +{ + "keyA": true, + "keyB": true +} diff --git a/components/4013-eq-in-data-unless/error.txt b/components/4013-eq-in-data-unless/error.txt new file mode 100644 index 0000000..e69de29 diff --git a/components/4013-eq-in-data-unless/expected.html b/components/4013-eq-in-data-unless/expected.html new file mode 100644 index 0000000..af51535 --- /dev/null +++ b/components/4013-eq-in-data-unless/expected.html @@ -0,0 +1,8 @@ +

+ abc +

+ +

+ ijk +

+ diff --git a/components/4013-eq-in-data-unless/template.html b/components/4013-eq-in-data-unless/template.html new file mode 100644 index 0000000..5c2b739 --- /dev/null +++ b/components/4013-eq-in-data-unless/template.html @@ -0,0 +1,11 @@ + diff --git a/components/4014-not-in-data-unless/data.json b/components/4014-not-in-data-unless/data.json new file mode 100644 index 0000000..922fc31 --- /dev/null +++ b/components/4014-not-in-data-unless/data.json @@ -0,0 +1,4 @@ +{ + "keyA": true, + "keyB": false +} diff --git a/components/4014-not-in-data-unless/error.txt b/components/4014-not-in-data-unless/error.txt new file mode 100644 index 0000000..e69de29 diff --git a/components/4014-not-in-data-unless/expected.html b/components/4014-not-in-data-unless/expected.html new file mode 100644 index 0000000..af51535 --- /dev/null +++ b/components/4014-not-in-data-unless/expected.html @@ -0,0 +1,8 @@ +

+ abc +

+ +

+ ijk +

+ diff --git a/components/4014-not-in-data-unless/template.html b/components/4014-not-in-data-unless/template.html new file mode 100644 index 0000000..7b38d55 --- /dev/null +++ b/components/4014-not-in-data-unless/template.html @@ -0,0 +1,11 @@ + diff --git a/components/4015-gt-in-data-unless/data.json b/components/4015-gt-in-data-unless/data.json new file mode 100644 index 0000000..496532d --- /dev/null +++ b/components/4015-gt-in-data-unless/data.json @@ -0,0 +1,4 @@ +{ + "keyA": 20, + "keyB": 10 +} diff --git a/components/4015-gt-in-data-unless/error.txt b/components/4015-gt-in-data-unless/error.txt new file mode 100644 index 0000000..e69de29 diff --git a/components/4015-gt-in-data-unless/expected.html b/components/4015-gt-in-data-unless/expected.html new file mode 100644 index 0000000..af51535 --- /dev/null +++ b/components/4015-gt-in-data-unless/expected.html @@ -0,0 +1,8 @@ +

+ abc +

+ +

+ ijk +

+ diff --git a/components/4015-gt-in-data-unless/template.html b/components/4015-gt-in-data-unless/template.html new file mode 100644 index 0000000..2d1ce2e --- /dev/null +++ b/components/4015-gt-in-data-unless/template.html @@ -0,0 +1,11 @@ + diff --git a/components/4016-gteq-in-data-unless/data.json b/components/4016-gteq-in-data-unless/data.json new file mode 100644 index 0000000..496532d --- /dev/null +++ b/components/4016-gteq-in-data-unless/data.json @@ -0,0 +1,4 @@ +{ + "keyA": 20, + "keyB": 10 +} diff --git a/components/4016-gteq-in-data-unless/error.txt b/components/4016-gteq-in-data-unless/error.txt new file mode 100644 index 0000000..e69de29 diff --git a/components/4016-gteq-in-data-unless/expected.html b/components/4016-gteq-in-data-unless/expected.html new file mode 100644 index 0000000..f5f8413 --- /dev/null +++ b/components/4016-gteq-in-data-unless/expected.html @@ -0,0 +1,10 @@ +

+ abc +

+

+ def +

+

+ ijk +

+ diff --git a/components/4016-gteq-in-data-unless/template.html b/components/4016-gteq-in-data-unless/template.html new file mode 100644 index 0000000..1ba8abb --- /dev/null +++ b/components/4016-gteq-in-data-unless/template.html @@ -0,0 +1,11 @@ + diff --git a/components/4017-lt-in-data-unless/data.json b/components/4017-lt-in-data-unless/data.json new file mode 100644 index 0000000..52a2b4a --- /dev/null +++ b/components/4017-lt-in-data-unless/data.json @@ -0,0 +1,4 @@ +{ + "keyA": 10, + "keyB": 10 +} diff --git a/components/4017-lt-in-data-unless/error.txt b/components/4017-lt-in-data-unless/error.txt new file mode 100644 index 0000000..e69de29 diff --git a/components/4017-lt-in-data-unless/expected.html b/components/4017-lt-in-data-unless/expected.html new file mode 100644 index 0000000..af51535 --- /dev/null +++ b/components/4017-lt-in-data-unless/expected.html @@ -0,0 +1,8 @@ +

+ abc +

+ +

+ ijk +

+ diff --git a/components/4017-lt-in-data-unless/template.html b/components/4017-lt-in-data-unless/template.html new file mode 100644 index 0000000..a55b59b --- /dev/null +++ b/components/4017-lt-in-data-unless/template.html @@ -0,0 +1,11 @@ + diff --git a/components/4018-lteq-in-data-unless/data.json b/components/4018-lteq-in-data-unless/data.json new file mode 100644 index 0000000..496532d --- /dev/null +++ b/components/4018-lteq-in-data-unless/data.json @@ -0,0 +1,4 @@ +{ + "keyA": 20, + "keyB": 10 +} diff --git a/components/4018-lteq-in-data-unless/error.txt b/components/4018-lteq-in-data-unless/error.txt new file mode 100644 index 0000000..e69de29 diff --git a/components/4018-lteq-in-data-unless/expected.html b/components/4018-lteq-in-data-unless/expected.html new file mode 100644 index 0000000..f5f8413 --- /dev/null +++ b/components/4018-lteq-in-data-unless/expected.html @@ -0,0 +1,10 @@ +

+ abc +

+

+ def +

+

+ ijk +

+ diff --git a/components/4018-lteq-in-data-unless/template.html b/components/4018-lteq-in-data-unless/template.html new file mode 100644 index 0000000..fd2a1f4 --- /dev/null +++ b/components/4018-lteq-in-data-unless/template.html @@ -0,0 +1,11 @@ + diff --git a/components/4021-and-or-eq-in-data-if/data.json b/components/4021-and-or-eq-in-data-if/data.json new file mode 100644 index 0000000..e03e07c --- /dev/null +++ b/components/4021-and-or-eq-in-data-if/data.json @@ -0,0 +1,6 @@ +{ + "keyA": true, + "keyB": false, + "keyC": "abc", + "keyD": "def" +} diff --git a/components/4021-and-or-eq-in-data-if/error.txt b/components/4021-and-or-eq-in-data-if/error.txt new file mode 100644 index 0000000..e69de29 diff --git a/components/4021-and-or-eq-in-data-if/expected.html b/components/4021-and-or-eq-in-data-if/expected.html new file mode 100644 index 0000000..af51535 --- /dev/null +++ b/components/4021-and-or-eq-in-data-if/expected.html @@ -0,0 +1,8 @@ +

+ abc +

+ +

+ ijk +

+ diff --git a/components/4021-and-or-eq-in-data-if/template.html b/components/4021-and-or-eq-in-data-if/template.html new file mode 100644 index 0000000..ca55e88 --- /dev/null +++ b/components/4021-and-or-eq-in-data-if/template.html @@ -0,0 +1,11 @@ + diff --git a/components/4031-eq-string-in-data-if/data.json b/components/4031-eq-string-in-data-if/data.json new file mode 100644 index 0000000..3386887 --- /dev/null +++ b/components/4031-eq-string-in-data-if/data.json @@ -0,0 +1,3 @@ +{ + "keyA": "abc", +} diff --git a/components/4031-eq-string-in-data-if/error.txt b/components/4031-eq-string-in-data-if/error.txt new file mode 100644 index 0000000..e69de29 diff --git a/components/4031-eq-string-in-data-if/expected.html b/components/4031-eq-string-in-data-if/expected.html new file mode 100644 index 0000000..af51535 --- /dev/null +++ b/components/4031-eq-string-in-data-if/expected.html @@ -0,0 +1,8 @@ +

+ abc +

+ +

+ ijk +

+ diff --git a/components/4031-eq-string-in-data-if/template.html b/components/4031-eq-string-in-data-if/template.html new file mode 100644 index 0000000..1ccdfae --- /dev/null +++ b/components/4031-eq-string-in-data-if/template.html @@ -0,0 +1,11 @@ + diff --git a/components/4032-eq-integer-in-data-if/data.json b/components/4032-eq-integer-in-data-if/data.json new file mode 100644 index 0000000..3386887 --- /dev/null +++ b/components/4032-eq-integer-in-data-if/data.json @@ -0,0 +1,3 @@ +{ + "keyA": "abc", +} diff --git a/components/4032-eq-integer-in-data-if/error.txt b/components/4032-eq-integer-in-data-if/error.txt new file mode 100644 index 0000000..e69de29 diff --git a/components/4032-eq-integer-in-data-if/expected.html b/components/4032-eq-integer-in-data-if/expected.html new file mode 100644 index 0000000..af51535 --- /dev/null +++ b/components/4032-eq-integer-in-data-if/expected.html @@ -0,0 +1,8 @@ +

+ abc +

+ +

+ ijk +

+ diff --git a/components/4032-eq-integer-in-data-if/template.html b/components/4032-eq-integer-in-data-if/template.html new file mode 100644 index 0000000..35d8e32 --- /dev/null +++ b/components/4032-eq-integer-in-data-if/template.html @@ -0,0 +1,11 @@ + diff --git a/components/4033-eq-float-in-data-if/data.json b/components/4033-eq-float-in-data-if/data.json new file mode 100644 index 0000000..3386887 --- /dev/null +++ b/components/4033-eq-float-in-data-if/data.json @@ -0,0 +1,3 @@ +{ + "keyA": "abc", +} diff --git a/components/4033-eq-float-in-data-if/error.txt b/components/4033-eq-float-in-data-if/error.txt new file mode 100644 index 0000000..e69de29 diff --git a/components/4033-eq-float-in-data-if/expected.html b/components/4033-eq-float-in-data-if/expected.html new file mode 100644 index 0000000..af51535 --- /dev/null +++ b/components/4033-eq-float-in-data-if/expected.html @@ -0,0 +1,8 @@ +

+ abc +

+ +

+ ijk +

+ diff --git a/components/4033-eq-float-in-data-if/template.html b/components/4033-eq-float-in-data-if/template.html new file mode 100644 index 0000000..2101139 --- /dev/null +++ b/components/4033-eq-float-in-data-if/template.html @@ -0,0 +1,11 @@ +