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