gherkin 2.9.0 → 2.9.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (96) hide show
  1. data/Gemfile +2 -1
  2. data/History.md +5 -0
  3. data/README.md +29 -12
  4. data/ext/gherkin_lexer_ar/gherkin_lexer_ar.c +30 -30
  5. data/ext/gherkin_lexer_bg/gherkin_lexer_bg.c +30 -30
  6. data/ext/gherkin_lexer_ca/gherkin_lexer_ca.c +30 -30
  7. data/ext/gherkin_lexer_cs/gherkin_lexer_cs.c +30 -30
  8. data/ext/gherkin_lexer_cy_gb/gherkin_lexer_cy_gb.c +30 -30
  9. data/ext/gherkin_lexer_da/gherkin_lexer_da.c +30 -30
  10. data/ext/gherkin_lexer_de/gherkin_lexer_de.c +30 -30
  11. data/ext/gherkin_lexer_en/gherkin_lexer_en.c +30 -30
  12. data/ext/gherkin_lexer_en_au/gherkin_lexer_en_au.c +30 -30
  13. data/ext/gherkin_lexer_en_lol/gherkin_lexer_en_lol.c +30 -30
  14. data/ext/gherkin_lexer_en_pirate/gherkin_lexer_en_pirate.c +30 -30
  15. data/ext/gherkin_lexer_en_scouse/gherkin_lexer_en_scouse.c +30 -30
  16. data/ext/gherkin_lexer_en_tx/gherkin_lexer_en_tx.c +30 -30
  17. data/ext/gherkin_lexer_eo/gherkin_lexer_eo.c +30 -30
  18. data/ext/gherkin_lexer_es/gherkin_lexer_es.c +30 -30
  19. data/ext/gherkin_lexer_et/gherkin_lexer_et.c +30 -30
  20. data/ext/gherkin_lexer_fi/gherkin_lexer_fi.c +30 -30
  21. data/ext/gherkin_lexer_fr/gherkin_lexer_fr.c +30 -30
  22. data/ext/gherkin_lexer_he/gherkin_lexer_he.c +30 -30
  23. data/ext/gherkin_lexer_hr/gherkin_lexer_hr.c +30 -30
  24. data/ext/gherkin_lexer_hu/gherkin_lexer_hu.c +30 -30
  25. data/ext/gherkin_lexer_id/gherkin_lexer_id.c +30 -30
  26. data/ext/gherkin_lexer_is/gherkin_lexer_is.c +30 -30
  27. data/ext/gherkin_lexer_it/gherkin_lexer_it.c +30 -30
  28. data/ext/gherkin_lexer_ja/gherkin_lexer_ja.c +30 -30
  29. data/ext/gherkin_lexer_ko/gherkin_lexer_ko.c +30 -30
  30. data/ext/gherkin_lexer_lt/gherkin_lexer_lt.c +30 -30
  31. data/ext/gherkin_lexer_lu/gherkin_lexer_lu.c +30 -30
  32. data/ext/gherkin_lexer_lv/gherkin_lexer_lv.c +30 -30
  33. data/ext/gherkin_lexer_nl/gherkin_lexer_nl.c +30 -30
  34. data/ext/gherkin_lexer_no/gherkin_lexer_no.c +30 -30
  35. data/ext/gherkin_lexer_pl/gherkin_lexer_pl.c +30 -30
  36. data/ext/gherkin_lexer_pt/gherkin_lexer_pt.c +30 -30
  37. data/ext/gherkin_lexer_ro/gherkin_lexer_ro.c +30 -30
  38. data/ext/gherkin_lexer_ru/gherkin_lexer_ru.c +30 -30
  39. data/ext/gherkin_lexer_sk/gherkin_lexer_sk.c +30 -30
  40. data/ext/gherkin_lexer_sr_cyrl/gherkin_lexer_sr_cyrl.c +30 -30
  41. data/ext/gherkin_lexer_sr_latn/gherkin_lexer_sr_latn.c +30 -30
  42. data/ext/gherkin_lexer_sv/gherkin_lexer_sv.c +30 -30
  43. data/ext/gherkin_lexer_tr/gherkin_lexer_tr.c +30 -30
  44. data/ext/gherkin_lexer_uk/gherkin_lexer_uk.c +30 -30
  45. data/ext/gherkin_lexer_uz/gherkin_lexer_uz.c +30 -30
  46. data/ext/gherkin_lexer_vi/gherkin_lexer_vi.c +30 -30
  47. data/ext/gherkin_lexer_zh_cn/gherkin_lexer_zh_cn.c +30 -30
  48. data/ext/gherkin_lexer_zh_tw/gherkin_lexer_zh_tw.c +30 -30
  49. data/gherkin.gemspec +5 -5
  50. data/lib/gherkin/rb_lexer/ar.rb +30 -30
  51. data/lib/gherkin/rb_lexer/bg.rb +30 -30
  52. data/lib/gherkin/rb_lexer/ca.rb +30 -30
  53. data/lib/gherkin/rb_lexer/cs.rb +30 -30
  54. data/lib/gherkin/rb_lexer/cy_gb.rb +30 -30
  55. data/lib/gherkin/rb_lexer/da.rb +30 -30
  56. data/lib/gherkin/rb_lexer/de.rb +30 -30
  57. data/lib/gherkin/rb_lexer/en.rb +30 -30
  58. data/lib/gherkin/rb_lexer/en_au.rb +30 -30
  59. data/lib/gherkin/rb_lexer/en_lol.rb +30 -30
  60. data/lib/gherkin/rb_lexer/en_pirate.rb +30 -30
  61. data/lib/gherkin/rb_lexer/en_scouse.rb +30 -30
  62. data/lib/gherkin/rb_lexer/en_tx.rb +30 -30
  63. data/lib/gherkin/rb_lexer/eo.rb +30 -30
  64. data/lib/gherkin/rb_lexer/es.rb +30 -30
  65. data/lib/gherkin/rb_lexer/et.rb +30 -30
  66. data/lib/gherkin/rb_lexer/fi.rb +30 -30
  67. data/lib/gherkin/rb_lexer/fr.rb +30 -30
  68. data/lib/gherkin/rb_lexer/he.rb +30 -30
  69. data/lib/gherkin/rb_lexer/hr.rb +30 -30
  70. data/lib/gherkin/rb_lexer/hu.rb +30 -30
  71. data/lib/gherkin/rb_lexer/id.rb +30 -30
  72. data/lib/gherkin/rb_lexer/is.rb +30 -30
  73. data/lib/gherkin/rb_lexer/it.rb +30 -30
  74. data/lib/gherkin/rb_lexer/ja.rb +30 -30
  75. data/lib/gherkin/rb_lexer/ko.rb +30 -30
  76. data/lib/gherkin/rb_lexer/lt.rb +30 -30
  77. data/lib/gherkin/rb_lexer/lu.rb +30 -30
  78. data/lib/gherkin/rb_lexer/lv.rb +30 -30
  79. data/lib/gherkin/rb_lexer/nl.rb +30 -30
  80. data/lib/gherkin/rb_lexer/no.rb +30 -30
  81. data/lib/gherkin/rb_lexer/pl.rb +30 -30
  82. data/lib/gherkin/rb_lexer/pt.rb +30 -30
  83. data/lib/gherkin/rb_lexer/ro.rb +30 -30
  84. data/lib/gherkin/rb_lexer/ru.rb +30 -30
  85. data/lib/gherkin/rb_lexer/sk.rb +30 -30
  86. data/lib/gherkin/rb_lexer/sr_cyrl.rb +30 -30
  87. data/lib/gherkin/rb_lexer/sr_latn.rb +30 -30
  88. data/lib/gherkin/rb_lexer/sv.rb +30 -30
  89. data/lib/gherkin/rb_lexer/tr.rb +30 -30
  90. data/lib/gherkin/rb_lexer/uk.rb +30 -30
  91. data/lib/gherkin/rb_lexer/uz.rb +30 -30
  92. data/lib/gherkin/rb_lexer/vi.rb +30 -30
  93. data/lib/gherkin/rb_lexer/zh_cn.rb +30 -30
  94. data/lib/gherkin/rb_lexer/zh_tw.rb +30 -30
  95. data/tasks/ikvm.rake +3 -2
  96. metadata +91 -31
@@ -1,12 +1,12 @@
1
1
 
2
- # line 1 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/id.rb.rl"
2
+ # line 1 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/id.rb.rl"
3
3
  require 'gherkin/lexer/i18n_lexer'
4
4
 
5
5
  module Gherkin
6
6
  module RbLexer
7
7
  class Id #:nodoc:
8
8
 
9
- # line 123 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/id.rb.rl"
9
+ # line 123 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/id.rb.rl"
10
10
 
11
11
 
12
12
  def initialize(listener)
@@ -602,7 +602,7 @@ end
602
602
  self.lexer_en_main = 1;
603
603
 
604
604
 
605
- # line 128 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/id.rb.rl"
605
+ # line 128 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/id.rb.rl"
606
606
  end
607
607
 
608
608
  def scan(data)
@@ -620,7 +620,7 @@ begin
620
620
  cs = lexer_start
621
621
  end
622
622
 
623
- # line 138 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/id.rb.rl"
623
+ # line 138 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/id.rb.rl"
624
624
 
625
625
  # line 626 "lib/gherkin/rb_lexer/id.rb"
626
626
  begin
@@ -704,7 +704,7 @@ begin
704
704
  _acts += 1
705
705
  case _lexer_actions[_acts - 1]
706
706
  when 0 then
707
- # line 9 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/id.rb.rl"
707
+ # line 9 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/id.rb.rl"
708
708
  begin
709
709
 
710
710
  @content_start = p
@@ -712,32 +712,32 @@ when 0 then
712
712
  @start_col = p - @last_newline - "#{@keyword}:".length
713
713
  end
714
714
  when 1 then
715
- # line 15 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/id.rb.rl"
715
+ # line 15 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/id.rb.rl"
716
716
  begin
717
717
 
718
718
  @current_line = @line_number
719
719
  @start_col = p - @last_newline
720
720
  end
721
721
  when 2 then
722
- # line 20 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/id.rb.rl"
722
+ # line 20 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/id.rb.rl"
723
723
  begin
724
724
 
725
725
  @content_start = p
726
726
  end
727
727
  when 3 then
728
- # line 24 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/id.rb.rl"
728
+ # line 24 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/id.rb.rl"
729
729
  begin
730
730
 
731
731
  @docstring_content_type_start = p
732
732
  end
733
733
  when 4 then
734
- # line 27 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/id.rb.rl"
734
+ # line 27 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/id.rb.rl"
735
735
  begin
736
736
 
737
737
  @docstring_content_type_end = p
738
738
  end
739
739
  when 5 then
740
- # line 31 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/id.rb.rl"
740
+ # line 31 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/id.rb.rl"
741
741
  begin
742
742
 
743
743
  con = unindent(@start_col, utf8_pack(data[@content_start...@next_keyword_start-1]).sub(/(\r?\n)?([\t ])*\Z/, '').gsub(/\\"\\"\\"/, '"""'))
@@ -745,44 +745,44 @@ when 5 then
745
745
  @listener.doc_string(con_type, con, @current_line)
746
746
  end
747
747
  when 6 then
748
- # line 36 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/id.rb.rl"
748
+ # line 36 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/id.rb.rl"
749
749
  begin
750
750
 
751
751
  p = store_keyword_content(:feature, data, p, eof)
752
752
  end
753
753
  when 7 then
754
- # line 40 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/id.rb.rl"
754
+ # line 40 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/id.rb.rl"
755
755
  begin
756
756
 
757
757
  p = store_keyword_content(:background, data, p, eof)
758
758
  end
759
759
  when 8 then
760
- # line 44 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/id.rb.rl"
760
+ # line 44 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/id.rb.rl"
761
761
  begin
762
762
 
763
763
  p = store_keyword_content(:scenario, data, p, eof)
764
764
  end
765
765
  when 9 then
766
- # line 48 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/id.rb.rl"
766
+ # line 48 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/id.rb.rl"
767
767
  begin
768
768
 
769
769
  p = store_keyword_content(:scenario_outline, data, p, eof)
770
770
  end
771
771
  when 10 then
772
- # line 52 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/id.rb.rl"
772
+ # line 52 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/id.rb.rl"
773
773
  begin
774
774
 
775
775
  p = store_keyword_content(:examples, data, p, eof)
776
776
  end
777
777
  when 11 then
778
- # line 56 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/id.rb.rl"
778
+ # line 56 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/id.rb.rl"
779
779
  begin
780
780
 
781
781
  con = utf8_pack(data[@content_start...p]).strip
782
782
  @listener.step(@keyword, con, @current_line)
783
783
  end
784
784
  when 12 then
785
- # line 61 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/id.rb.rl"
785
+ # line 61 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/id.rb.rl"
786
786
  begin
787
787
 
788
788
  con = utf8_pack(data[@content_start...p]).strip
@@ -790,7 +790,7 @@ when 12 then
790
790
  @keyword_start = nil
791
791
  end
792
792
  when 13 then
793
- # line 67 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/id.rb.rl"
793
+ # line 67 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/id.rb.rl"
794
794
  begin
795
795
 
796
796
  con = utf8_pack(data[@content_start...p]).strip
@@ -798,38 +798,38 @@ when 13 then
798
798
  @keyword_start = nil
799
799
  end
800
800
  when 14 then
801
- # line 73 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/id.rb.rl"
801
+ # line 73 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/id.rb.rl"
802
802
  begin
803
803
 
804
804
  @line_number += 1
805
805
  end
806
806
  when 15 then
807
- # line 77 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/id.rb.rl"
807
+ # line 77 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/id.rb.rl"
808
808
  begin
809
809
 
810
810
  @last_newline = p + 1
811
811
  end
812
812
  when 16 then
813
- # line 81 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/id.rb.rl"
813
+ # line 81 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/id.rb.rl"
814
814
  begin
815
815
 
816
816
  @keyword_start ||= p
817
817
  end
818
818
  when 17 then
819
- # line 85 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/id.rb.rl"
819
+ # line 85 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/id.rb.rl"
820
820
  begin
821
821
 
822
822
  @keyword = utf8_pack(data[@keyword_start...p]).sub(/:$/,'')
823
823
  @keyword_start = nil
824
824
  end
825
825
  when 18 then
826
- # line 90 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/id.rb.rl"
826
+ # line 90 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/id.rb.rl"
827
827
  begin
828
828
 
829
829
  @next_keyword_start = p
830
830
  end
831
831
  when 19 then
832
- # line 94 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/id.rb.rl"
832
+ # line 94 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/id.rb.rl"
833
833
  begin
834
834
 
835
835
  p = p - 1
@@ -837,26 +837,26 @@ when 19 then
837
837
  @current_line = @line_number
838
838
  end
839
839
  when 20 then
840
- # line 100 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/id.rb.rl"
840
+ # line 100 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/id.rb.rl"
841
841
  begin
842
842
 
843
843
  @content_start = p
844
844
  end
845
845
  when 21 then
846
- # line 104 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/id.rb.rl"
846
+ # line 104 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/id.rb.rl"
847
847
  begin
848
848
 
849
849
  con = utf8_pack(data[@content_start...p]).strip
850
850
  current_row << con.gsub(/\\\|/, "|").gsub(/\\n/, "\n").gsub(/\\\\/, "\\")
851
851
  end
852
852
  when 22 then
853
- # line 109 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/id.rb.rl"
853
+ # line 109 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/id.rb.rl"
854
854
  begin
855
855
 
856
856
  @listener.row(current_row, @current_line)
857
857
  end
858
858
  when 23 then
859
- # line 113 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/id.rb.rl"
859
+ # line 113 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/id.rb.rl"
860
860
  begin
861
861
 
862
862
  if cs < lexer_first_final
@@ -895,7 +895,7 @@ when 23 then
895
895
  __acts += 1
896
896
  case _lexer_actions[__acts - 1]
897
897
  when 23 then
898
- # line 113 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/id.rb.rl"
898
+ # line 113 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/id.rb.rl"
899
899
  begin
900
900
 
901
901
  if cs < lexer_first_final
@@ -919,7 +919,7 @@ end
919
919
  end
920
920
  end
921
921
 
922
- # line 139 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/id.rb.rl"
922
+ # line 139 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/id.rb.rl"
923
923
  end
924
924
 
925
925
  def unindent(startcol, text)
@@ -1,12 +1,12 @@
1
1
 
2
- # line 1 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/is.rb.rl"
2
+ # line 1 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/is.rb.rl"
3
3
  require 'gherkin/lexer/i18n_lexer'
4
4
 
5
5
  module Gherkin
6
6
  module RbLexer
7
7
  class Is #:nodoc:
8
8
 
9
- # line 123 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/is.rb.rl"
9
+ # line 123 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/is.rb.rl"
10
10
 
11
11
 
12
12
  def initialize(listener)
@@ -759,7 +759,7 @@ end
759
759
  self.lexer_en_main = 1;
760
760
 
761
761
 
762
- # line 128 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/is.rb.rl"
762
+ # line 128 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/is.rb.rl"
763
763
  end
764
764
 
765
765
  def scan(data)
@@ -777,7 +777,7 @@ begin
777
777
  cs = lexer_start
778
778
  end
779
779
 
780
- # line 138 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/is.rb.rl"
780
+ # line 138 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/is.rb.rl"
781
781
 
782
782
  # line 783 "lib/gherkin/rb_lexer/is.rb"
783
783
  begin
@@ -861,7 +861,7 @@ begin
861
861
  _acts += 1
862
862
  case _lexer_actions[_acts - 1]
863
863
  when 0 then
864
- # line 9 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/is.rb.rl"
864
+ # line 9 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/is.rb.rl"
865
865
  begin
866
866
 
867
867
  @content_start = p
@@ -869,32 +869,32 @@ when 0 then
869
869
  @start_col = p - @last_newline - "#{@keyword}:".length
870
870
  end
871
871
  when 1 then
872
- # line 15 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/is.rb.rl"
872
+ # line 15 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/is.rb.rl"
873
873
  begin
874
874
 
875
875
  @current_line = @line_number
876
876
  @start_col = p - @last_newline
877
877
  end
878
878
  when 2 then
879
- # line 20 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/is.rb.rl"
879
+ # line 20 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/is.rb.rl"
880
880
  begin
881
881
 
882
882
  @content_start = p
883
883
  end
884
884
  when 3 then
885
- # line 24 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/is.rb.rl"
885
+ # line 24 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/is.rb.rl"
886
886
  begin
887
887
 
888
888
  @docstring_content_type_start = p
889
889
  end
890
890
  when 4 then
891
- # line 27 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/is.rb.rl"
891
+ # line 27 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/is.rb.rl"
892
892
  begin
893
893
 
894
894
  @docstring_content_type_end = p
895
895
  end
896
896
  when 5 then
897
- # line 31 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/is.rb.rl"
897
+ # line 31 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/is.rb.rl"
898
898
  begin
899
899
 
900
900
  con = unindent(@start_col, utf8_pack(data[@content_start...@next_keyword_start-1]).sub(/(\r?\n)?([\t ])*\Z/, '').gsub(/\\"\\"\\"/, '"""'))
@@ -902,44 +902,44 @@ when 5 then
902
902
  @listener.doc_string(con_type, con, @current_line)
903
903
  end
904
904
  when 6 then
905
- # line 36 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/is.rb.rl"
905
+ # line 36 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/is.rb.rl"
906
906
  begin
907
907
 
908
908
  p = store_keyword_content(:feature, data, p, eof)
909
909
  end
910
910
  when 7 then
911
- # line 40 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/is.rb.rl"
911
+ # line 40 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/is.rb.rl"
912
912
  begin
913
913
 
914
914
  p = store_keyword_content(:background, data, p, eof)
915
915
  end
916
916
  when 8 then
917
- # line 44 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/is.rb.rl"
917
+ # line 44 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/is.rb.rl"
918
918
  begin
919
919
 
920
920
  p = store_keyword_content(:scenario, data, p, eof)
921
921
  end
922
922
  when 9 then
923
- # line 48 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/is.rb.rl"
923
+ # line 48 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/is.rb.rl"
924
924
  begin
925
925
 
926
926
  p = store_keyword_content(:scenario_outline, data, p, eof)
927
927
  end
928
928
  when 10 then
929
- # line 52 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/is.rb.rl"
929
+ # line 52 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/is.rb.rl"
930
930
  begin
931
931
 
932
932
  p = store_keyword_content(:examples, data, p, eof)
933
933
  end
934
934
  when 11 then
935
- # line 56 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/is.rb.rl"
935
+ # line 56 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/is.rb.rl"
936
936
  begin
937
937
 
938
938
  con = utf8_pack(data[@content_start...p]).strip
939
939
  @listener.step(@keyword, con, @current_line)
940
940
  end
941
941
  when 12 then
942
- # line 61 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/is.rb.rl"
942
+ # line 61 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/is.rb.rl"
943
943
  begin
944
944
 
945
945
  con = utf8_pack(data[@content_start...p]).strip
@@ -947,7 +947,7 @@ when 12 then
947
947
  @keyword_start = nil
948
948
  end
949
949
  when 13 then
950
- # line 67 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/is.rb.rl"
950
+ # line 67 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/is.rb.rl"
951
951
  begin
952
952
 
953
953
  con = utf8_pack(data[@content_start...p]).strip
@@ -955,38 +955,38 @@ when 13 then
955
955
  @keyword_start = nil
956
956
  end
957
957
  when 14 then
958
- # line 73 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/is.rb.rl"
958
+ # line 73 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/is.rb.rl"
959
959
  begin
960
960
 
961
961
  @line_number += 1
962
962
  end
963
963
  when 15 then
964
- # line 77 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/is.rb.rl"
964
+ # line 77 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/is.rb.rl"
965
965
  begin
966
966
 
967
967
  @last_newline = p + 1
968
968
  end
969
969
  when 16 then
970
- # line 81 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/is.rb.rl"
970
+ # line 81 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/is.rb.rl"
971
971
  begin
972
972
 
973
973
  @keyword_start ||= p
974
974
  end
975
975
  when 17 then
976
- # line 85 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/is.rb.rl"
976
+ # line 85 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/is.rb.rl"
977
977
  begin
978
978
 
979
979
  @keyword = utf8_pack(data[@keyword_start...p]).sub(/:$/,'')
980
980
  @keyword_start = nil
981
981
  end
982
982
  when 18 then
983
- # line 90 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/is.rb.rl"
983
+ # line 90 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/is.rb.rl"
984
984
  begin
985
985
 
986
986
  @next_keyword_start = p
987
987
  end
988
988
  when 19 then
989
- # line 94 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/is.rb.rl"
989
+ # line 94 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/is.rb.rl"
990
990
  begin
991
991
 
992
992
  p = p - 1
@@ -994,26 +994,26 @@ when 19 then
994
994
  @current_line = @line_number
995
995
  end
996
996
  when 20 then
997
- # line 100 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/is.rb.rl"
997
+ # line 100 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/is.rb.rl"
998
998
  begin
999
999
 
1000
1000
  @content_start = p
1001
1001
  end
1002
1002
  when 21 then
1003
- # line 104 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/is.rb.rl"
1003
+ # line 104 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/is.rb.rl"
1004
1004
  begin
1005
1005
 
1006
1006
  con = utf8_pack(data[@content_start...p]).strip
1007
1007
  current_row << con.gsub(/\\\|/, "|").gsub(/\\n/, "\n").gsub(/\\\\/, "\\")
1008
1008
  end
1009
1009
  when 22 then
1010
- # line 109 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/is.rb.rl"
1010
+ # line 109 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/is.rb.rl"
1011
1011
  begin
1012
1012
 
1013
1013
  @listener.row(current_row, @current_line)
1014
1014
  end
1015
1015
  when 23 then
1016
- # line 113 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/is.rb.rl"
1016
+ # line 113 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/is.rb.rl"
1017
1017
  begin
1018
1018
 
1019
1019
  if cs < lexer_first_final
@@ -1052,7 +1052,7 @@ when 23 then
1052
1052
  __acts += 1
1053
1053
  case _lexer_actions[__acts - 1]
1054
1054
  when 23 then
1055
- # line 113 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/is.rb.rl"
1055
+ # line 113 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/is.rb.rl"
1056
1056
  begin
1057
1057
 
1058
1058
  if cs < lexer_first_final
@@ -1076,7 +1076,7 @@ end
1076
1076
  end
1077
1077
  end
1078
1078
 
1079
- # line 139 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/is.rb.rl"
1079
+ # line 139 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/is.rb.rl"
1080
1080
  end
1081
1081
 
1082
1082
  def unindent(startcol, text)