Sha256: a19dbd7eefafb097b7171ccfa689e2747837901dd8349f9c48399650109ab01a

Contents?: true

Size: 487 Bytes

Versions: 1

Compression:

Stored size: 487 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         | →       |

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
latex-decode-0.4.0 features/symbols.feature