1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-05 16:44:21 +03:00
inform7/inform6/Tests/Test Cases/long_abbrevtest.inf
2022-03-06 11:13:00 +00:00

13 lines
590 B
INI
Executable file

[ Main;
func();
];
[ func;
print "This is a long string the likes of which may not have been seen in the text -- A.^";
print "This is a long string the likes of which may not have been seen in the text -- B.^";
print "This is a long string the likes of which may not have been seen in the text -- C.^";
print "This is a long string the likes of which may not have been seen in the text -- D.^";
print "This is a long string the likes of which may not have been seen in the text -- E.^";
print "This is a long string the likes of which may not have been seen in the text -- F.^";
];