mirror of
https://github.com/weechat/weechat.git
synced 2026-06-23 03:16:37 +02:00
tests: fix Ruby strings
This commit is contained in:
@@ -540,6 +540,10 @@ class UnparseRuby(UnparsePython):
|
||||
"""Add an AST Pass in output."""
|
||||
pass
|
||||
|
||||
def _ast_str(self, node):
|
||||
"""Add an AST Str in output."""
|
||||
self.add('"%s"' % node.s)
|
||||
|
||||
|
||||
class UnparseLua(UnparsePython):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user