summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2016-03-19 16:01:24 +0100
committerStefan Behnel <stefan_ml@behnel.de>2016-03-19 16:01:24 +0100
commite724c043adff8f655cd4e374776db90231c3e014 (patch)
tree85bd193aeb82716902a770708c530012bb51c809
parente18e4644b0cfde47f947d1210a106c7f838e4c26 (diff)
downloadcython-e724c043adff8f655cd4e374776db90231c3e014.tar.gz
extend test
-rw-r--r--Cython/Compiler/Tests/TestGrammar.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cython/Compiler/Tests/TestGrammar.py b/Cython/Compiler/Tests/TestGrammar.py
index 66dc097f4..ff49be356 100644
--- a/Cython/Compiler/Tests/TestGrammar.py
+++ b/Cython/Compiler/Tests/TestGrammar.py
@@ -20,6 +20,10 @@ VALID_UNDERSCORE_LITERALS = [
'0xffff_ffff',
'0o5_7_7',
'1_00_00.5',
+ '1_00_00.5j',
+ '1_00_00.5e5',
+ '1_00_00j',
+ '1_00_00e5_1',
'1e1_0',
'.1_4',
'.1_4e1',