Sha256: c8dceb179470f8db66bc6f7d7911e0f25ae0814f637d64ea5e35d4172e3db485

Contents?: true

Size: 428 Bytes

Versions: 14

Compression:

Stored size: 428 Bytes

Contents

Feature: Decode LaTeX Greek Letters
  As a hacker who works with LaTeX
  I want to be able to decode Greek letters

  Scenario Outline: LaTeX to Unicode transformation
    When I decode the string '<latex>'
    Then the result should be '<unicode>'

  Scenarios: Greek
    | latex                | unicode |
    | \\alpha              | α       |
    | \\lambda             | λ       |
    | \\Lambda             | Λ       |

Version data entries

14 entries across 14 versions & 3 rubygems

Version Path
latex-decode-0.4.0 features/greek.feature
latex-decode-0.3.2 features/greek.feature
metanorma-cli-1.3.4 gems/ruby/2.6.0/gems/latex-decode-0.3.1/features/greek.feature
metanorma-cli-1.3.3.1 gems/ruby/2.6.0/gems/latex-decode-0.3.1/features/greek.feature
latex-decode-0.3.1 features/greek.feature
latex-decode-0.3.0 features/greek.feature
bibtex_to_scrapbox-0.2.0 gems/gems/latex-decode-0.2.2/features/greek.feature
bibtex_to_scrapbox-0.1.0 gems/gems/latex-decode-0.2.2/features/greek.feature
latex-decode-0.2.2-java features/greek.feature
latex-decode-0.2.2 features/greek.feature
latex-decode-0.2.1-java features/greek.feature
latex-decode-0.2.1 features/greek.feature
latex-decode-0.2.0-java features/greek.feature
latex-decode-0.2.0 features/greek.feature