Skip to content
Snippets Groups Projects
Commit 5127ea51 authored by Ondřej Štorc's avatar Ondřej Štorc
Browse files

cli: Push commands line coverage to 100%

parent 3c9f7746
No related branches found
No related tags found
1 merge request!256Parser replacement with ANTLR
...@@ -22,5 +22,7 @@ ...@@ -22,5 +22,7 @@
(NormalizeDenormalizeIntrospectionCommand DENORMALIZE) (NormalizeDenormalizeIntrospectionCommand DENORMALIZE)
(VariablesIntrospectionCommand (VariablesIntrospectionCommand
(ImmediateArg b)) (ImmediateArg b))
(BindingsIntrospectionCommand
(ImmediateArg 1))
(BindingsIntrospectionCommand (BindingsIntrospectionCommand
(ImmediateArg a))))) (ImmediateArg a)))))
\ No newline at end of file
...@@ -9,6 +9,7 @@ introspect casts :from :to a; ...@@ -9,6 +9,7 @@ introspect casts :from :to a;
introspect normalizations; introspect normalizations;
introspect denormalizations; introspect denormalizations;
introspect variables $b; introspect variables $b;
introspect bindings 1;
introspect bindings a; introspect bindings a;
// introspect bindings 1; should work in old parser too, but... // introspect bindings 1; should work in old parser too, but...
end end
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment