Sha256: 93764b08ccee19ab2127fadde1c96812fbab1991306d0990b1f42adcb68605d1
Contents?: true
Size: 377 Bytes
Versions: 30
Compression:
Stored size: 377 Bytes
Contents
Feature: Decode LaTeX umlauts As a hacker who works with LaTeX I want to be able to remove brackets around single characters Scenario: Single character in curly brackets When I decode the string '{a}' Then the result should be 'a' Scenario: German umlauts in curly brackets When I decode the string '{\"A}{\"o}{\"u}' Then the result should be 'Äöü'
Version data entries
30 entries across 30 versions & 3 rubygems