Skip to content
Snippets Groups Projects
Commit a6a696a5 authored by Tomas Stupka's avatar Tomas Stupka
Browse files

added currently failing test in grep

parent 6c72c243
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,9 @@ public class TestBuiltin_grep extends TestBase {
assertEval("{ .Internal(grep(character(), \"7\", F, F, F, F, F, F)) }");
assertEval("{ .Internal(grep(\"7\", 7, F, F, F, F, F, F)) }");
// Expected output: integer(0)
// FastR output: [1] 1
assertEval(Ignored.Unknown, "{ grep('^ *$', ' \\n') }");
}
@Test
......
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