Skip to content
Snippets Groups Projects
Commit 9b02dc49 authored by Jeno Attila Balasko's avatar Jeno Attila Balasko :speech_balloon:
Browse files

oop compatible variable in regression_test


Signed-off-by: default avatarbalaskoa <balaskojenoattila@gmail.com>
Change-Id: Ib25f24bb32e8950972020f978aef8f521f2fac0f
parent 73605909
No related branches found
No related tags found
No related merge requests found
......@@ -27,12 +27,12 @@ with {
extension "transparent";
}
template charstring super := pattern "*fragil*";
template charstring super_ := pattern "*fragil*";
testcase comp() runs on Glass
{
var charstring inx := "Supercalifragilistic";
compare(inx, super);
compare(inx, super_);
}
control
......
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