blob: 60ad080fb31a1a2a27c456008cca924cd3f39a22 [file] [log] [blame]
(: Name: fn-matches-27 :)
(: Description: Check for the correct behavior of ^ and $ in multi-line mode :)
(: This test case was motivated by the resolution of Bug Report ???? :)
fn:matches("
abcd
defg
", "^$", "m")