aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/parsing/mapping_in_struct.sol
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-09-06 17:05:35 +0800
committerchriseth <chris@ethereum.org>2018-09-06 22:42:59 +0800
commit0b7b8162cab67d58915d4561a52d70e7208233c1 (patch)
tree7d5a9c0447d0c6654219b85c2375adae6751e002 /test/libsolidity/syntaxTests/parsing/mapping_in_struct.sol
parent977ac9c390d034232afdec195ffa069b6a1df21b (diff)
downloaddexon-solidity-0b7b8162cab67d58915d4561a52d70e7208233c1.tar
dexon-solidity-0b7b8162cab67d58915d4561a52d70e7208233c1.tar.gz
dexon-solidity-0b7b8162cab67d58915d4561a52d70e7208233c1.tar.bz2
dexon-solidity-0b7b8162cab67d58915d4561a52d70e7208233c1.tar.lz
dexon-solidity-0b7b8162cab67d58915d4561a52d70e7208233c1.tar.xz
dexon-solidity-0b7b8162cab67d58915d4561a52d70e7208233c1.tar.zst
dexon-solidity-0b7b8162cab67d58915d4561a52d70e7208233c1.zip
This fixes several bugs with regards to line breaks and comments:
- any unicode line break (line feed, vertical tab, form feed, carriage return, NEL, LS and PS) is considered to terminate a single-line comment. The line break itself is considered to be the next token after the comment, leading to a parser error if it is not an ascii character (i.e. for NEL, LS and PS). - unterminated multiline comments are considered illegal tokens - '/** /' is considered an unterminated multiline comment (previously, whitespace was allowed before the last '/'
Diffstat (limited to 'test/libsolidity/syntaxTests/parsing/mapping_in_struct.sol')
0 files changed, 0 insertions, 0 deletions