Sha256: 8caaa0568c8de7f309843e706485d2f4b98553f24da91c9629bc3ef8648fac26
Contents?: true
Size: 706 Bytes
Versions: 4
Compression:
Stored size: 706 Bytes
Contents
# encoding: utf-8 Feature: Text must be properly translated with Ispru Scenario Outline: Russian language Given we use "ispru" bowler When the input string is <input> And the execute method is called on bowler Then the result should equal to <output> Examples: | input | output | | "Он сказал: 'Поехали!'." | "Он сказал: «Поехали!»." | | "Ссылка: http://wikipedia.org не покорежена." | "Ссылка: http://wikipedia.org не покорежена." | | "Mamá lavados marco." | "Мама моет раму." |
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
qipowl-0.9.7 | features/ispru.feature |
qipowl-0.9.3 | features/ispru.feature |
qipowl-0.9.2 | features/ispru.feature |
qipowl-0.9.1 | features/ispru.feature |