diff options
author | Flaviu Tamas <tamasflaviu@gmail.com> | 2014-10-26 09:31:21 -0400 |
---|---|---|
committer | Flaviu Tamas <tamasflaviu@gmail.com> | 2014-10-29 17:54:43 -0400 |
commit | 218cb7587a351c9a29a7de5961f168a5cdbb5a70 (patch) | |
tree | 24cf05e50d80cf6358d4fcb261d1747340b52571 /web | |
parent | bc3464ede77bba781928b7b0f425373a520077a4 (diff) | |
download | Nim-218cb7587a351c9a29a7de5961f168a5cdbb5a70.tar.gz |
re module returns nil on failed captures
- tests included - news.txt updated
Diffstat (limited to 'web')
-rw-r--r-- | web/news.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index c79eb55cc..b4316c989 100644 --- a/web/news.txt +++ b/web/news.txt @@ -22,6 +22,8 @@ News - Recursive tuple types are not allowed anymore. Use ``object`` instead. - The PEGS module returns ``nil`` instead of ``""`` when an optional capture fails to match + - The re module returns ``nil`` instead of ``""`` when an optional capture + fails to match Language Additions ------------------ |