Skip to content

Commit aa997a3

Browse files
committed
test_quantified_variables_form.jl: Wrap long lines.
1 parent 4e82d80 commit aa997a3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
@testset "get_quantified_variables_form" begin
2-
@customtest String(get_quantified_variables_form(Formula("*{foo}P(foo(foo), foo, bar) & E(baz, bar)"))) == "?{baz}?{bar}(*{foo}P(foo(foo), foo, bar) & E(baz, bar))"
3-
@customtest String(get_quantified_variables_form(Formula("*{x}?{y}*{z}?{w}(~P(a, w) | Q(f(x), y))"))) == "?{a}*{x}?{y}*{z}?{w}(~P(a, w) | Q(f(x), y))"
2+
@customtest String(get_quantified_variables_form(Formula("*{foo}P(foo(foo), foo, bar) & E(baz, bar)"))) ==
3+
"?{baz}?{bar}(*{foo}P(foo(foo), foo, bar) & E(baz, bar))"
4+
@customtest String(get_quantified_variables_form(Formula("*{x}?{y}*{z}?{w}(~P(a, w) | Q(f(x), y))"))) ==
5+
"?{a}*{x}?{y}*{z}?{w}(~P(a, w) | Q(f(x), y))"
46
end

0 commit comments

Comments
 (0)