We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SpacedBinaryOperator
1 parent 8f062ad commit 5e0c6b6Copy full SHA for 5e0c6b6
utils/gyb_syntax_support/Token.py
@@ -336,7 +336,8 @@ def macro_name(self):
336
serialization_code=105),
337
Misc('UnspacedBinaryOperator', 'oper_binary_unspaced',
338
serialization_code=107),
339
- Misc('SpacedBinaryOperator', 'oper_binary_spaced', serialization_code=108),
+ Misc('SpacedBinaryOperator', 'oper_binary_spaced', serialization_code=108,
340
+ requires_leading_space=True, requires_trailing_space=True),
341
Misc('PostfixOperator', 'oper_postfix', serialization_code=110),
342
Misc('PrefixOperator', 'oper_prefix', serialization_code=109),
343
Misc('DollarIdentifier', 'dollarident', classification='DollarIdentifier',
0 commit comments