-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
builtin.c: fix zero-width bug, so uniq/1 is no longer needed
builtin.c: f_match: Zero-width match : ensure '"qux" | match("(?=u)"; "g")' matches just once rm uniq/1 as it is no longer needed In manual.yml, replace nonsensical sub/1 example
- Loading branch information
1 parent
0d6a400
commit d8cd39e
Showing
5 changed files
with
49 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1732,10 +1732,3 @@ false | |
1 | ||
1 | ||
|
||
[uniq(1,1,2,3,3,4)] | ||
null | ||
[1,2,3,4] | ||
|
||
[uniq(empty)] | ||
null | ||
[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters