1
0
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:
Sébastien Helleu
2017-10-24 23:29:38 +02:00
parent 1cace5588a
commit a97d734d8b
+4
View File
@@ -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):
"""