Sha256: 19cd8461f244f1aceb72f777e81565ec5820f37fbc0f383f4a9dcdb891ef782a
Contents?: true
Size: 697 Bytes
Versions: 9
Compression:
Stored size: 697 Bytes
Contents
Feature: Decode LaTeX symbol directives As a hacker who works with LaTeX I want to be able to decode LaTeX symbol directives Scenario Outline: LaTeX to Unicode transformation When I decode the string '<latex>' Then the result should be '<unicode>' Scenarios: Arrows | latex | unicode | | \\leftarrow | ← | | \\uparrow | ↑ | | \\downarrow | ↓ | | \\rightarrow | → | Scenarios: Whitespace | latex | unicode | description | | x\\,x | x x | small space | | x~x | x x | non-breaking space | | ~x | x | non-breaking space |
Version data entries
9 entries across 9 versions & 3 rubygems