Skip to content

Commit 0c14446

Browse files
committed
htmlentities on result & expected
1 parent 8132ea8 commit 0c14446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: unit_testing_run.sublime-snippet

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
\$result = ${1},
55
\$expected = ${2:TRUE}${3:,
66
'${1}'}${4:,
7-
\$result.' == '. \$expected}
7+
\htmlentities($result).' == '. \htmlentities($expected)}
88
);
99
]]></content>
1010
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->

0 commit comments

Comments
 (0)