Files
mgmt/lang/interpret_test/TestAstFunc2/slow-unification2/main.mcl
James Shubin a0e756317c lang: Add tests for slow unification
These used to be cases where our algorithm was unusably slow.

Thanks to foxxx0 for the report!
2019-07-21 03:15:06 -04:00

6 lines
127 B
Plaintext

# reported by foxxx0
import "classes.mcl" as baz
include baz.foo("hello world")
include baz.foo("meep")
include baz.foo("foo")