fix build under newer KConfig by bump cmake min version
This commit is contained in:
5
3rdparty/lexilla540/lexilla/test/examples/hypertext/Issue250RegEx.html
vendored
Normal file
5
3rdparty/lexilla540/lexilla/test/examples/hypertext/Issue250RegEx.html
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
<script>
|
||||
/a|b/i.test("baby");
|
||||
// arrow function
|
||||
() => /a|b/i.test("baby");
|
||||
</script>
|
Reference in New Issue
Block a user