Sha256: 6ec04b17f5df6cd35ccea00e1f6b2ace96a55df4ba4a9f54c8c7a743e2417d82
Contents?: true
Size: 393 Bytes
Versions: 12
Compression:
Stored size: 393 Bytes
Contents
Code Filter Test ================ [python] code~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ''' A multi-line comment.''' def sub_word(mo): ''' Single line comment.''' word = mo.group('word') # Inline comment if word in keywords[language]: return quote + word + quote else: return word code~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Version data entries
12 entries across 12 versions & 1 rubygems