Converter:

Fix assert statement
This commit is contained in:
Pavel V. Talanov
2013-11-19 14:33:15 +04:00
parent 21bc2887d2
commit f9586581a9
7 changed files with 11 additions and 11 deletions
@@ -1 +1 @@
assert {boolMethod()}
assert(boolMethod())
@@ -1 +1 @@
assert {boolMethod()}
assert(boolMethod())
@@ -1 +1 @@
assert {(boolMethod())}
assert((boolMethod()))
@@ -1 +1 @@
assert {(boolMethod())}
assert((boolMethod()))
@@ -1 +1 @@
assert("string details") {true}
assert(true) {"string details"}
@@ -1 +1 @@
assert("string details") {true}
assert(true) {"string details"}