Re-format and re-run all acceptance tests.
This commit is contained in:
@@ -1,19 +1,16 @@
|
||||
const int_constant =
|
||||
42
|
||||
const int_constant = 42
|
||||
|
||||
test int() {
|
||||
int_constant == 42
|
||||
}
|
||||
|
||||
const bytearray_constant =
|
||||
#"abcd"
|
||||
const bytearray_constant = #"abcd"
|
||||
|
||||
test bytearray() {
|
||||
bytearray_constant == #"abcd"
|
||||
}
|
||||
|
||||
const string_constant =
|
||||
"FOO"
|
||||
const string_constant = "FOO"
|
||||
|
||||
test string() {
|
||||
string_constant == "FOO"
|
||||
|
||||
Reference in New Issue
Block a user