mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 22:02:27 +00:00
Make _Thread_local more seamlessly working
This commit is contained in:
parent
5f4f6b0e69
commit
5fa77f1e8f
23 changed files with 217 additions and 283 deletions
|
@ -42,6 +42,10 @@ p,e = re.compile("[{")
|
|||
assert(e:errno() == re.EBRACK)
|
||||
assert(e:doc() == "Missing ']'")
|
||||
|
||||
p,e = re.search("notfound", "fanatics have their dreams wherewith they weave")
|
||||
assert(not p)
|
||||
assert(e:errno() == re.NOMATCH)
|
||||
|
||||
----------------------------------------------------------------------------------------------------
|
||||
-- BENCHMARKS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue