summaryrefslogtreecommitdiff
path: root/test/regress/regress0/expect/scrub.06.cvc
blob: 8961493348a0f8e0274b14092a265c745176c1fe (plain)
1
2
3
4
5
6
7
8
% SCRUBBER: sed -e 's/The fact in question: .*$/The fact in question: TERM/' -e 's/in a linear logic: .*$/in a linear logic: TERM/' -e '/^$/d'
% EXPECT: A non-linear fact was asserted to arithmetic in a linear logic.
% EXPECT: The fact in question: TERM
% EXIT: 1

n : REAL;

QUERY (n/n) = 1;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback