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/nl.rb.rl"
2
+ # line 1 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/nl.rb.rl"
3
3
  require 'gherkin/lexer/i18n_lexer'
4
4
 
5
5
  module Gherkin
6
6
  module RbLexer
7
7
  class Nl #:nodoc:
8
8
 
9
- # line 123 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/nl.rb.rl"
9
+ # line 123 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/nl.rb.rl"
10
10
 
11
11
 
12
12
  def initialize(listener)
@@ -754,7 +754,7 @@ end
754
754
  self.lexer_en_main = 1;
755
755
 
756
756
 
757
- # line 128 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/nl.rb.rl"
757
+ # line 128 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/nl.rb.rl"
758
758
  end
759
759
 
760
760
  def scan(data)
@@ -772,7 +772,7 @@ begin
772
772
  cs = lexer_start
773
773
  end
774
774
 
775
- # line 138 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/nl.rb.rl"
775
+ # line 138 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/nl.rb.rl"
776
776
 
777
777
  # line 778 "lib/gherkin/rb_lexer/nl.rb"
778
778
  begin
@@ -856,7 +856,7 @@ begin
856
856
  _acts += 1
857
857
  case _lexer_actions[_acts - 1]
858
858
  when 0 then
859
- # line 9 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/nl.rb.rl"
859
+ # line 9 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/nl.rb.rl"
860
860
  begin
861
861
 
862
862
  @content_start = p
@@ -864,32 +864,32 @@ when 0 then
864
864
  @start_col = p - @last_newline - "#{@keyword}:".length
865
865
  end
866
866
  when 1 then
867
- # line 15 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/nl.rb.rl"
867
+ # line 15 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/nl.rb.rl"
868
868
  begin
869
869
 
870
870
  @current_line = @line_number
871
871
  @start_col = p - @last_newline
872
872
  end
873
873
  when 2 then
874
- # line 20 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/nl.rb.rl"
874
+ # line 20 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/nl.rb.rl"
875
875
  begin
876
876
 
877
877
  @content_start = p
878
878
  end
879
879
  when 3 then
880
- # line 24 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/nl.rb.rl"
880
+ # line 24 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/nl.rb.rl"
881
881
  begin
882
882
 
883
883
  @docstring_content_type_start = p
884
884
  end
885
885
  when 4 then
886
- # line 27 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/nl.rb.rl"
886
+ # line 27 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/nl.rb.rl"
887
887
  begin
888
888
 
889
889
  @docstring_content_type_end = p
890
890
  end
891
891
  when 5 then
892
- # line 31 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/nl.rb.rl"
892
+ # line 31 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/nl.rb.rl"
893
893
  begin
894
894
 
895
895
  con = unindent(@start_col, utf8_pack(data[@content_start...@next_keyword_start-1]).sub(/(\r?\n)?([\t ])*\Z/, '').gsub(/\\"\\"\\"/, '"""'))
@@ -897,44 +897,44 @@ when 5 then
897
897
  @listener.doc_string(con_type, con, @current_line)
898
898
  end
899
899
  when 6 then
900
- # line 36 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/nl.rb.rl"
900
+ # line 36 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/nl.rb.rl"
901
901
  begin
902
902
 
903
903
  p = store_keyword_content(:feature, data, p, eof)
904
904
  end
905
905
  when 7 then
906
- # line 40 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/nl.rb.rl"
906
+ # line 40 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/nl.rb.rl"
907
907
  begin
908
908
 
909
909
  p = store_keyword_content(:background, data, p, eof)
910
910
  end
911
911
  when 8 then
912
- # line 44 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/nl.rb.rl"
912
+ # line 44 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/nl.rb.rl"
913
913
  begin
914
914
 
915
915
  p = store_keyword_content(:scenario, data, p, eof)
916
916
  end
917
917
  when 9 then
918
- # line 48 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/nl.rb.rl"
918
+ # line 48 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/nl.rb.rl"
919
919
  begin
920
920
 
921
921
  p = store_keyword_content(:scenario_outline, data, p, eof)
922
922
  end
923
923
  when 10 then
924
- # line 52 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/nl.rb.rl"
924
+ # line 52 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/nl.rb.rl"
925
925
  begin
926
926
 
927
927
  p = store_keyword_content(:examples, data, p, eof)
928
928
  end
929
929
  when 11 then
930
- # line 56 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/nl.rb.rl"
930
+ # line 56 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/nl.rb.rl"
931
931
  begin
932
932
 
933
933
  con = utf8_pack(data[@content_start...p]).strip
934
934
  @listener.step(@keyword, con, @current_line)
935
935
  end
936
936
  when 12 then
937
- # line 61 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/nl.rb.rl"
937
+ # line 61 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/nl.rb.rl"
938
938
  begin
939
939
 
940
940
  con = utf8_pack(data[@content_start...p]).strip
@@ -942,7 +942,7 @@ when 12 then
942
942
  @keyword_start = nil
943
943
  end
944
944
  when 13 then
945
- # line 67 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/nl.rb.rl"
945
+ # line 67 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/nl.rb.rl"
946
946
  begin
947
947
 
948
948
  con = utf8_pack(data[@content_start...p]).strip
@@ -950,38 +950,38 @@ when 13 then
950
950
  @keyword_start = nil
951
951
  end
952
952
  when 14 then
953
- # line 73 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/nl.rb.rl"
953
+ # line 73 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/nl.rb.rl"
954
954
  begin
955
955
 
956
956
  @line_number += 1
957
957
  end
958
958
  when 15 then
959
- # line 77 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/nl.rb.rl"
959
+ # line 77 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/nl.rb.rl"
960
960
  begin
961
961
 
962
962
  @last_newline = p + 1
963
963
  end
964
964
  when 16 then
965
- # line 81 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/nl.rb.rl"
965
+ # line 81 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/nl.rb.rl"
966
966
  begin
967
967
 
968
968
  @keyword_start ||= p
969
969
  end
970
970
  when 17 then
971
- # line 85 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/nl.rb.rl"
971
+ # line 85 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/nl.rb.rl"
972
972
  begin
973
973
 
974
974
  @keyword = utf8_pack(data[@keyword_start...p]).sub(/:$/,'')
975
975
  @keyword_start = nil
976
976
  end
977
977
  when 18 then
978
- # line 90 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/nl.rb.rl"
978
+ # line 90 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/nl.rb.rl"
979
979
  begin
980
980
 
981
981
  @next_keyword_start = p
982
982
  end
983
983
  when 19 then
984
- # line 94 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/nl.rb.rl"
984
+ # line 94 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/nl.rb.rl"
985
985
  begin
986
986
 
987
987
  p = p - 1
@@ -989,26 +989,26 @@ when 19 then
989
989
  @current_line = @line_number
990
990
  end
991
991
  when 20 then
992
- # line 100 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/nl.rb.rl"
992
+ # line 100 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/nl.rb.rl"
993
993
  begin
994
994
 
995
995
  @content_start = p
996
996
  end
997
997
  when 21 then
998
- # line 104 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/nl.rb.rl"
998
+ # line 104 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/nl.rb.rl"
999
999
  begin
1000
1000
 
1001
1001
  con = utf8_pack(data[@content_start...p]).strip
1002
1002
  current_row << con.gsub(/\\\|/, "|").gsub(/\\n/, "\n").gsub(/\\\\/, "\\")
1003
1003
  end
1004
1004
  when 22 then
1005
- # line 109 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/nl.rb.rl"
1005
+ # line 109 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/nl.rb.rl"
1006
1006
  begin
1007
1007
 
1008
1008
  @listener.row(current_row, @current_line)
1009
1009
  end
1010
1010
  when 23 then
1011
- # line 113 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/nl.rb.rl"
1011
+ # line 113 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/nl.rb.rl"
1012
1012
  begin
1013
1013
 
1014
1014
  if cs < lexer_first_final
@@ -1047,7 +1047,7 @@ when 23 then
1047
1047
  __acts += 1
1048
1048
  case _lexer_actions[__acts - 1]
1049
1049
  when 23 then
1050
- # line 113 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/nl.rb.rl"
1050
+ # line 113 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/nl.rb.rl"
1051
1051
  begin
1052
1052
 
1053
1053
  if cs < lexer_first_final
@@ -1071,7 +1071,7 @@ end
1071
1071
  end
1072
1072
  end
1073
1073
 
1074
- # line 139 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/nl.rb.rl"
1074
+ # line 139 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/nl.rb.rl"
1075
1075
  end
1076
1076
 
1077
1077
  def unindent(startcol, text)
@@ -1,12 +1,12 @@
1
1
 
2
- # line 1 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/no.rb.rl"
2
+ # line 1 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/no.rb.rl"
3
3
  require 'gherkin/lexer/i18n_lexer'
4
4
 
5
5
  module Gherkin
6
6
  module RbLexer
7
7
  class No #:nodoc:
8
8
 
9
- # line 123 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/no.rb.rl"
9
+ # line 123 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/no.rb.rl"
10
10
 
11
11
 
12
12
  def initialize(listener)
@@ -699,7 +699,7 @@ end
699
699
  self.lexer_en_main = 1;
700
700
 
701
701
 
702
- # line 128 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/no.rb.rl"
702
+ # line 128 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/no.rb.rl"
703
703
  end
704
704
 
705
705
  def scan(data)
@@ -717,7 +717,7 @@ begin
717
717
  cs = lexer_start
718
718
  end
719
719
 
720
- # line 138 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/no.rb.rl"
720
+ # line 138 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/no.rb.rl"
721
721
 
722
722
  # line 723 "lib/gherkin/rb_lexer/no.rb"
723
723
  begin
@@ -801,7 +801,7 @@ begin
801
801
  _acts += 1
802
802
  case _lexer_actions[_acts - 1]
803
803
  when 0 then
804
- # line 9 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/no.rb.rl"
804
+ # line 9 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/no.rb.rl"
805
805
  begin
806
806
 
807
807
  @content_start = p
@@ -809,32 +809,32 @@ when 0 then
809
809
  @start_col = p - @last_newline - "#{@keyword}:".length
810
810
  end
811
811
  when 1 then
812
- # line 15 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/no.rb.rl"
812
+ # line 15 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/no.rb.rl"
813
813
  begin
814
814
 
815
815
  @current_line = @line_number
816
816
  @start_col = p - @last_newline
817
817
  end
818
818
  when 2 then
819
- # line 20 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/no.rb.rl"
819
+ # line 20 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/no.rb.rl"
820
820
  begin
821
821
 
822
822
  @content_start = p
823
823
  end
824
824
  when 3 then
825
- # line 24 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/no.rb.rl"
825
+ # line 24 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/no.rb.rl"
826
826
  begin
827
827
 
828
828
  @docstring_content_type_start = p
829
829
  end
830
830
  when 4 then
831
- # line 27 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/no.rb.rl"
831
+ # line 27 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/no.rb.rl"
832
832
  begin
833
833
 
834
834
  @docstring_content_type_end = p
835
835
  end
836
836
  when 5 then
837
- # line 31 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/no.rb.rl"
837
+ # line 31 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/no.rb.rl"
838
838
  begin
839
839
 
840
840
  con = unindent(@start_col, utf8_pack(data[@content_start...@next_keyword_start-1]).sub(/(\r?\n)?([\t ])*\Z/, '').gsub(/\\"\\"\\"/, '"""'))
@@ -842,44 +842,44 @@ when 5 then
842
842
  @listener.doc_string(con_type, con, @current_line)
843
843
  end
844
844
  when 6 then
845
- # line 36 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/no.rb.rl"
845
+ # line 36 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/no.rb.rl"
846
846
  begin
847
847
 
848
848
  p = store_keyword_content(:feature, data, p, eof)
849
849
  end
850
850
  when 7 then
851
- # line 40 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/no.rb.rl"
851
+ # line 40 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/no.rb.rl"
852
852
  begin
853
853
 
854
854
  p = store_keyword_content(:background, data, p, eof)
855
855
  end
856
856
  when 8 then
857
- # line 44 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/no.rb.rl"
857
+ # line 44 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/no.rb.rl"
858
858
  begin
859
859
 
860
860
  p = store_keyword_content(:scenario, data, p, eof)
861
861
  end
862
862
  when 9 then
863
- # line 48 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/no.rb.rl"
863
+ # line 48 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/no.rb.rl"
864
864
  begin
865
865
 
866
866
  p = store_keyword_content(:scenario_outline, data, p, eof)
867
867
  end
868
868
  when 10 then
869
- # line 52 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/no.rb.rl"
869
+ # line 52 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/no.rb.rl"
870
870
  begin
871
871
 
872
872
  p = store_keyword_content(:examples, data, p, eof)
873
873
  end
874
874
  when 11 then
875
- # line 56 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/no.rb.rl"
875
+ # line 56 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/no.rb.rl"
876
876
  begin
877
877
 
878
878
  con = utf8_pack(data[@content_start...p]).strip
879
879
  @listener.step(@keyword, con, @current_line)
880
880
  end
881
881
  when 12 then
882
- # line 61 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/no.rb.rl"
882
+ # line 61 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/no.rb.rl"
883
883
  begin
884
884
 
885
885
  con = utf8_pack(data[@content_start...p]).strip
@@ -887,7 +887,7 @@ when 12 then
887
887
  @keyword_start = nil
888
888
  end
889
889
  when 13 then
890
- # line 67 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/no.rb.rl"
890
+ # line 67 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/no.rb.rl"
891
891
  begin
892
892
 
893
893
  con = utf8_pack(data[@content_start...p]).strip
@@ -895,38 +895,38 @@ when 13 then
895
895
  @keyword_start = nil
896
896
  end
897
897
  when 14 then
898
- # line 73 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/no.rb.rl"
898
+ # line 73 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/no.rb.rl"
899
899
  begin
900
900
 
901
901
  @line_number += 1
902
902
  end
903
903
  when 15 then
904
- # line 77 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/no.rb.rl"
904
+ # line 77 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/no.rb.rl"
905
905
  begin
906
906
 
907
907
  @last_newline = p + 1
908
908
  end
909
909
  when 16 then
910
- # line 81 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/no.rb.rl"
910
+ # line 81 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/no.rb.rl"
911
911
  begin
912
912
 
913
913
  @keyword_start ||= p
914
914
  end
915
915
  when 17 then
916
- # line 85 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/no.rb.rl"
916
+ # line 85 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/no.rb.rl"
917
917
  begin
918
918
 
919
919
  @keyword = utf8_pack(data[@keyword_start...p]).sub(/:$/,'')
920
920
  @keyword_start = nil
921
921
  end
922
922
  when 18 then
923
- # line 90 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/no.rb.rl"
923
+ # line 90 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/no.rb.rl"
924
924
  begin
925
925
 
926
926
  @next_keyword_start = p
927
927
  end
928
928
  when 19 then
929
- # line 94 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/no.rb.rl"
929
+ # line 94 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/no.rb.rl"
930
930
  begin
931
931
 
932
932
  p = p - 1
@@ -934,26 +934,26 @@ when 19 then
934
934
  @current_line = @line_number
935
935
  end
936
936
  when 20 then
937
- # line 100 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/no.rb.rl"
937
+ # line 100 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/no.rb.rl"
938
938
  begin
939
939
 
940
940
  @content_start = p
941
941
  end
942
942
  when 21 then
943
- # line 104 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/no.rb.rl"
943
+ # line 104 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/no.rb.rl"
944
944
  begin
945
945
 
946
946
  con = utf8_pack(data[@content_start...p]).strip
947
947
  current_row << con.gsub(/\\\|/, "|").gsub(/\\n/, "\n").gsub(/\\\\/, "\\")
948
948
  end
949
949
  when 22 then
950
- # line 109 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/no.rb.rl"
950
+ # line 109 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/no.rb.rl"
951
951
  begin
952
952
 
953
953
  @listener.row(current_row, @current_line)
954
954
  end
955
955
  when 23 then
956
- # line 113 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/no.rb.rl"
956
+ # line 113 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/no.rb.rl"
957
957
  begin
958
958
 
959
959
  if cs < lexer_first_final
@@ -992,7 +992,7 @@ when 23 then
992
992
  __acts += 1
993
993
  case _lexer_actions[__acts - 1]
994
994
  when 23 then
995
- # line 113 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/no.rb.rl"
995
+ # line 113 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/no.rb.rl"
996
996
  begin
997
997
 
998
998
  if cs < lexer_first_final
@@ -1016,7 +1016,7 @@ end
1016
1016
  end
1017
1017
  end
1018
1018
 
1019
- # line 139 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/no.rb.rl"
1019
+ # line 139 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/no.rb.rl"
1020
1020
  end
1021
1021
 
1022
1022
  def unindent(startcol, text)