Files
sphinx/tests
Silvio Tomatis 45473b3334 Make javascript search work in more contexts
The meaning of `\w` changed from python 2 to python 3.

> $ python3.5 -c "import re; print(re.compile(r'[a-zA-Z]\w*$').match(u'a\xe8'));"
> <_sre.SRE_Match object; span=(0, 2), match='aè'>

> python -c "import re; print(re.compile(r'[a-zA-Z]\w*$').match(u'a\xe8'));"
> None

but the definition of what's an acceptable javascript identifier should not vary from case to case.
2016-07-08 15:27:48 +02:00
..
2016-06-12 00:02:11 +09:00
2016-06-12 00:02:11 +09:00
2016-01-14 22:54:04 +01:00
2016-05-29 17:16:46 +09:00
2016-01-14 22:54:04 +01:00
2016-04-22 18:40:41 +09:00
2016-01-14 22:54:04 +01:00
2016-06-12 00:02:11 +09:00
2016-01-14 22:54:04 +01:00
2016-01-14 22:54:08 +01:00
2016-01-14 22:54:04 +01:00
2016-01-14 22:54:04 +01:00
2016-06-12 00:02:11 +09:00