~ubuntu-branches/ubuntu/wily/cucumber/wily-proposed

« back to all changes in this revision

Viewing changes to examples/i18n/el/features/addition.feature

  • Committer: Package Import Robot
  • Author(s): Cédric Boutillier, Antonio Terceiro, Cédric Boutillier
  • Date: 2015-06-20 16:52:32 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20150620165232-hznc8mxma08er27p
Tags: 2.0.0-1
[ Antonio Terceiro ]
* debian/cucumber.pod: fix typo in manpage (Closes: #767215)

[ Cédric Boutillier ]
* Imported Upstream version 2.0.0
* rename the file in debian/missing-source to remove -min suffix, and make
  lintian happy
* reproducibility: use last changelog date to build the manpage
* update 0004-Update_default_binary_path.patch
* drop 0001-Remove-rubygems-bundler-stuff-from-spec_helper.patch, not needed
  anymore
* build-depend on pry
* depend on ruby-cucumber-core

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# language: el
 
2
Δυνατότητα: Πρόσθεση
 
3
  Για να αποφεύγω χαζά λάθη
 
4
  Ως πρωτάρης στα μαθηματικά
 
5
  Θέλω να βλέπω το άθροισμα δύο αριθμών
 
6
 
 
7
  Περιγραφή Σεναρίου: Πρόσθεση δύο αριθμών
 
8
    Δεδομένου ότι έχω εισάγει <τελεστής_1> στην αριθμομηχανή
 
9
    Και έχω εισάγει <τελεστής_2> στην αριθμομηχανή
 
10
    Όταν πατάω <κουμπί>
 
11
    Τότε το αποτέλεσμα στην οθόνη πρέπει να είναι <αποτέλεσμα>
 
12
 
 
13
  Παραδείγματα:
 
14
    | τελεστής_1  | τελεστής_2  | κουμπί | αποτέλεσμα |
 
15
    | 20          | 30          | add    | 50         |
 
16
    | 2           | 5           | add    | 7          |
 
17
    | 0           | 40          | add    | 40         |
 
 
b'\\ No newline at end of file'