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.
Token
text
1 parent 5b8714e commit ba77a58Copy full SHA for ba77a58
utils/gyb_syntax_support/Token.py
@@ -18,7 +18,7 @@ def __init__(self, name, kind, serialization_code, unprefixed_kind=None,
18
else:
19
self.unprefixed_kind = unprefixed_kind
20
self.serialization_code = serialization_code
21
- self.text = text or ""
+ self.text = text
22
self.classification = classification_by_name(classification)
23
self.is_keyword = is_keyword
24
self.requires_leading_space = requires_leading_space
0 commit comments