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.
2 parents 8f1aec4 + ba77a58 commit 14d8c19Copy full SHA for 14d8c19
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