Converter:
Fix assert statement
This commit is contained in:
@@ -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"}
|
||||
Reference in New Issue
Block a user