Skip to content

Fix printer for Char literals

Viktor Kuncak requested to merge charprinter into master

Created by: mantognini

Obviously this is a minor fix.

Previously '\n' (and other escaped char) was rendered as a newline. Now it's rendered as expected, with single quotes.

Merge request reports