Sha256: 17cc11f93516e418fcd4d86af3d674b136fb21c59359694e65c8ba92993dd746
Contents?: true
Size: 1.04 KB
Versions: 12
Compression:
Stored size: 1.04 KB
Contents
Double marker plus end of line "**abc" "<b>abc</b>" ----------------------------------- Embedded double marker is ignored "abc**d" "abc**d" ----------------------------------- Double marker at end of line is ignored "abc**" "abc**" ----------------------------------- Two valid double markers "**A, **B, C" "<b>A</b>, <b>B</b>, C" ----------------------------------- One valid double marker "Just a **test..." "Just a <b>test</b>..." ----------------------------------- Double marker by itself is ignored " ** " " ** " ----------------------------------- Double marker terminated by comma, period, end of line "**ab, **c. d **e" "<b>ab</b>, <b>c</b>. d <b>e</b>" ----------------------------------- Embedded double markers are ignored "x**y**z" "x**y**z" ----------------------------------- Double markers terminated by space or end of line "**a **b" "<b>a</b> <b>b</b>" ----------------------------------- Single valid double marker "**A" "<b>A</b>" ----------------------------------- Double marker by itself is ignored "**" "**" -----------------------------------
Version data entries
12 entries across 12 versions & 1 rubygems