Skip to content

Commit

Permalink
more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Conduitry committed Sep 22, 2017
1 parent 7b25b12 commit 9c7c5b9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/runtime/samples/escaped-text/_config.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,26 @@
export default {
html: `
@x
@@x
#foo
##foo
%1
%%2
<div>
@x
@@x
#foo
##foo
%1
%%2
</div>
<div>
@x
@@x
#foo
##foo
%1
%%2
<span>inner</span>
Expand Down
9 changes: 9 additions & 0 deletions test/runtime/samples/escaped-text/main.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@
@x
@@x
#foo
##foo
%1
%%2

<div>
@x
@@x
#foo
##foo
%1
%%2
</div>

<div>
@x
@@x
#foo
##foo
%1
%%2
<span>inner</span>
Expand Down

0 comments on commit 9c7c5b9

Please sign in to comment.