Ref T13577. I'd like to arc lint --everything to find other bad calls to pht() and similar functions, but n_HEREDOC nodes currently can not generate a response to "getStringLiteralValue()".
Support literal extraction from heredocs.
Differential D21455
Allow AAST to extract string literal values from HEREDOCs epriestley on Sep 5 2020, 12:26 AM. Authored by Tags None Referenced Files
Subscribers None
Details Ref T13577. I'd like to arc lint --everything to find other bad calls to pht() and similar functions, but n_HEREDOC nodes currently can not generate a response to "getStringLiteralValue()". Support literal extraction from heredocs. Added a test, made it pass. Will lint everything.
Diff Detail
|