forked from GitHub/gf-core
handle pre when it is in the arguments of a Predef function
This commit is contained in:
@@ -34,3 +34,13 @@ user error
|
||||
"ab"
|
||||
\x -> x + "b"
|
||||
Predef.PTrue
|
||||
"aabb"
|
||||
"aaBb"
|
||||
"aaBb"
|
||||
"aaBB"
|
||||
"aaBB"
|
||||
Predef.nonExist
|
||||
"X"
|
||||
"aa" ++ "X"
|
||||
"aa" ++ "X" ++ "cc"
|
||||
"aa" ++ "B" ++ "bb"
|
||||
|
||||
Reference in New Issue
Block a user