diff options
Diffstat (limited to '')
-rwxr-xr-x | test.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -117,6 +117,8 @@ eqcharset(m.S"\1\0\2", m.R"\0\2") | |||
117 | eqcharset(m.S"\1\0\2", m.R"\1\2" + "\0") | 117 | eqcharset(m.S"\1\0\2", m.R"\1\2" + "\0") |
118 | eqcharset(m.S"\1\0\2" - "\0", m.R"\1\2") | 118 | eqcharset(m.S"\1\0\2" - "\0", m.R"\1\2") |
119 | 119 | ||
120 | eqcharset(m.S("\0\255"), m.P"\0" + "\255") -- charset extremes | ||
121 | |||
120 | local word = alpha^1 * (1 - alpha)^0 | 122 | local word = alpha^1 * (1 - alpha)^0 |
121 | 123 | ||
122 | assert((word^0 * -1):match"alo alo") | 124 | assert((word^0 * -1):match"alo alo") |