Sha256: 12a1c66d02c16a332993926381ab4e5f635c15a52b11b8b2905e56c8841fbf62
Contents?: true
Size: 1.14 KB
Versions: 12
Compression:
Stored size: 1.14 KB
Contents
No marker at all "abc" "abc" ------------------------------------ Single marker at front "*abc" "<b>abc</b>" ------------------------------------ Embedded marker is ignored "abc*d" "abc*d" ------------------------------------ Trailing marker is ignored "abc*" "abc*" ------------------------------------ Two valid markers "*A *B C" "<b>A</b> <b>B</b> C" ------------------------------------ One valid marker "Just a little *test here" "Just a little <b>test</b> here" ------------------------------------ Marker surrounded by spaces is ignored " * " " * " ------------------------------------ Multiple valid markers "*abc *d ef *gh i" "<b>abc</b> <b>d</b> ef <b>gh</b> i" ------------------------------------ Valid markers are ignored "x*y*z" "x*y*z" ------------------------------------ Valid markers at start+end of string "*a *b" "<b>a</b> <b>b</b>" ------------------------------------ Marker by itself on line is ignored "*" "*" ------------------------------------ Marker at end unaffected by newline "This is *bold\n" "This is <b>bold</b>" ------------------------------------ Escaped marker is ignored "\\*escaped" "*escaped" ------------------------------------
Version data entries
12 entries across 12 versions & 1 rubygems