From 76eeca307fffcbd1bc09eb29e8aecd74685f6ad2 Mon Sep 17 00:00:00 2001 From: Patrick Steele-Idem Date: Wed, 18 Jun 2014 21:11:16 -0600 Subject: [PATCH] Fixed test cases after removing "_tag" flag --- .../rhtml-templates/dynamic-attributes3.rhtml.expected.html | 2 +- .../rxml-templates/dynamic-attributes3.rxml.expected.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test-project/rhtml-templates/dynamic-attributes3.rhtml.expected.html b/test/test-project/rhtml-templates/dynamic-attributes3.rhtml.expected.html index e80d80790..e8f735241 100644 --- a/test/test-project/rhtml-templates/dynamic-attributes3.rhtml.expected.html +++ b/test/test-project/rhtml-templates/dynamic-attributes3.rhtml.expected.html @@ -1 +1 @@ -test: World|all attributes: [_tag=true, class=my-class, id=myId, test=World] \ No newline at end of file +test: World|all attributes: [class=my-class, id=myId, test=World] \ No newline at end of file diff --git a/test/test-project/rxml-templates/dynamic-attributes3.rxml.expected.html b/test/test-project/rxml-templates/dynamic-attributes3.rxml.expected.html index e80d80790..e8f735241 100644 --- a/test/test-project/rxml-templates/dynamic-attributes3.rxml.expected.html +++ b/test/test-project/rxml-templates/dynamic-attributes3.rxml.expected.html @@ -1 +1 @@ -test: World|all attributes: [_tag=true, class=my-class, id=myId, test=World] \ No newline at end of file +test: World|all attributes: [class=my-class, id=myId, test=World] \ No newline at end of file