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/sr_latn.rb.rl"
2
+ # line 1 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
3
3
  require 'gherkin/lexer/i18n_lexer'
4
4
 
5
5
  module Gherkin
6
6
  module RbLexer
7
7
  class Sr_latn #:nodoc:
8
8
 
9
- # line 123 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
9
+ # line 123 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
10
10
 
11
11
 
12
12
  def initialize(listener)
@@ -933,7 +933,7 @@ end
933
933
  self.lexer_en_main = 1;
934
934
 
935
935
 
936
- # line 128 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
936
+ # line 128 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
937
937
  end
938
938
 
939
939
  def scan(data)
@@ -951,7 +951,7 @@ begin
951
951
  cs = lexer_start
952
952
  end
953
953
 
954
- # line 138 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
954
+ # line 138 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
955
955
 
956
956
  # line 957 "lib/gherkin/rb_lexer/sr_latn.rb"
957
957
  begin
@@ -1035,7 +1035,7 @@ begin
1035
1035
  _acts += 1
1036
1036
  case _lexer_actions[_acts - 1]
1037
1037
  when 0 then
1038
- # line 9 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1038
+ # line 9 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1039
1039
  begin
1040
1040
 
1041
1041
  @content_start = p
@@ -1043,32 +1043,32 @@ when 0 then
1043
1043
  @start_col = p - @last_newline - "#{@keyword}:".length
1044
1044
  end
1045
1045
  when 1 then
1046
- # line 15 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1046
+ # line 15 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1047
1047
  begin
1048
1048
 
1049
1049
  @current_line = @line_number
1050
1050
  @start_col = p - @last_newline
1051
1051
  end
1052
1052
  when 2 then
1053
- # line 20 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1053
+ # line 20 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1054
1054
  begin
1055
1055
 
1056
1056
  @content_start = p
1057
1057
  end
1058
1058
  when 3 then
1059
- # line 24 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1059
+ # line 24 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1060
1060
  begin
1061
1061
 
1062
1062
  @docstring_content_type_start = p
1063
1063
  end
1064
1064
  when 4 then
1065
- # line 27 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1065
+ # line 27 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1066
1066
  begin
1067
1067
 
1068
1068
  @docstring_content_type_end = p
1069
1069
  end
1070
1070
  when 5 then
1071
- # line 31 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1071
+ # line 31 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1072
1072
  begin
1073
1073
 
1074
1074
  con = unindent(@start_col, utf8_pack(data[@content_start...@next_keyword_start-1]).sub(/(\r?\n)?([\t ])*\Z/, '').gsub(/\\"\\"\\"/, '"""'))
@@ -1076,44 +1076,44 @@ when 5 then
1076
1076
  @listener.doc_string(con_type, con, @current_line)
1077
1077
  end
1078
1078
  when 6 then
1079
- # line 36 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1079
+ # line 36 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1080
1080
  begin
1081
1081
 
1082
1082
  p = store_keyword_content(:feature, data, p, eof)
1083
1083
  end
1084
1084
  when 7 then
1085
- # line 40 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1085
+ # line 40 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1086
1086
  begin
1087
1087
 
1088
1088
  p = store_keyword_content(:background, data, p, eof)
1089
1089
  end
1090
1090
  when 8 then
1091
- # line 44 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1091
+ # line 44 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1092
1092
  begin
1093
1093
 
1094
1094
  p = store_keyword_content(:scenario, data, p, eof)
1095
1095
  end
1096
1096
  when 9 then
1097
- # line 48 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1097
+ # line 48 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1098
1098
  begin
1099
1099
 
1100
1100
  p = store_keyword_content(:scenario_outline, data, p, eof)
1101
1101
  end
1102
1102
  when 10 then
1103
- # line 52 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1103
+ # line 52 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1104
1104
  begin
1105
1105
 
1106
1106
  p = store_keyword_content(:examples, data, p, eof)
1107
1107
  end
1108
1108
  when 11 then
1109
- # line 56 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1109
+ # line 56 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1110
1110
  begin
1111
1111
 
1112
1112
  con = utf8_pack(data[@content_start...p]).strip
1113
1113
  @listener.step(@keyword, con, @current_line)
1114
1114
  end
1115
1115
  when 12 then
1116
- # line 61 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1116
+ # line 61 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1117
1117
  begin
1118
1118
 
1119
1119
  con = utf8_pack(data[@content_start...p]).strip
@@ -1121,7 +1121,7 @@ when 12 then
1121
1121
  @keyword_start = nil
1122
1122
  end
1123
1123
  when 13 then
1124
- # line 67 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1124
+ # line 67 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1125
1125
  begin
1126
1126
 
1127
1127
  con = utf8_pack(data[@content_start...p]).strip
@@ -1129,38 +1129,38 @@ when 13 then
1129
1129
  @keyword_start = nil
1130
1130
  end
1131
1131
  when 14 then
1132
- # line 73 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1132
+ # line 73 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1133
1133
  begin
1134
1134
 
1135
1135
  @line_number += 1
1136
1136
  end
1137
1137
  when 15 then
1138
- # line 77 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1138
+ # line 77 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1139
1139
  begin
1140
1140
 
1141
1141
  @last_newline = p + 1
1142
1142
  end
1143
1143
  when 16 then
1144
- # line 81 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1144
+ # line 81 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1145
1145
  begin
1146
1146
 
1147
1147
  @keyword_start ||= p
1148
1148
  end
1149
1149
  when 17 then
1150
- # line 85 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1150
+ # line 85 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1151
1151
  begin
1152
1152
 
1153
1153
  @keyword = utf8_pack(data[@keyword_start...p]).sub(/:$/,'')
1154
1154
  @keyword_start = nil
1155
1155
  end
1156
1156
  when 18 then
1157
- # line 90 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1157
+ # line 90 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1158
1158
  begin
1159
1159
 
1160
1160
  @next_keyword_start = p
1161
1161
  end
1162
1162
  when 19 then
1163
- # line 94 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1163
+ # line 94 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1164
1164
  begin
1165
1165
 
1166
1166
  p = p - 1
@@ -1168,26 +1168,26 @@ when 19 then
1168
1168
  @current_line = @line_number
1169
1169
  end
1170
1170
  when 20 then
1171
- # line 100 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1171
+ # line 100 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1172
1172
  begin
1173
1173
 
1174
1174
  @content_start = p
1175
1175
  end
1176
1176
  when 21 then
1177
- # line 104 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1177
+ # line 104 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1178
1178
  begin
1179
1179
 
1180
1180
  con = utf8_pack(data[@content_start...p]).strip
1181
1181
  current_row << con.gsub(/\\\|/, "|").gsub(/\\n/, "\n").gsub(/\\\\/, "\\")
1182
1182
  end
1183
1183
  when 22 then
1184
- # line 109 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1184
+ # line 109 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1185
1185
  begin
1186
1186
 
1187
1187
  @listener.row(current_row, @current_line)
1188
1188
  end
1189
1189
  when 23 then
1190
- # line 113 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1190
+ # line 113 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1191
1191
  begin
1192
1192
 
1193
1193
  if cs < lexer_first_final
@@ -1226,7 +1226,7 @@ when 23 then
1226
1226
  __acts += 1
1227
1227
  case _lexer_actions[__acts - 1]
1228
1228
  when 23 then
1229
- # line 113 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1229
+ # line 113 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1230
1230
  begin
1231
1231
 
1232
1232
  if cs < lexer_first_final
@@ -1250,7 +1250,7 @@ end
1250
1250
  end
1251
1251
  end
1252
1252
 
1253
- # line 139 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1253
+ # line 139 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sr_latn.rb.rl"
1254
1254
  end
1255
1255
 
1256
1256
  def unindent(startcol, text)
@@ -1,12 +1,12 @@
1
1
 
2
- # line 1 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sv.rb.rl"
2
+ # line 1 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sv.rb.rl"
3
3
  require 'gherkin/lexer/i18n_lexer'
4
4
 
5
5
  module Gherkin
6
6
  module RbLexer
7
7
  class Sv #:nodoc:
8
8
 
9
- # line 123 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sv.rb.rl"
9
+ # line 123 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sv.rb.rl"
10
10
 
11
11
 
12
12
  def initialize(listener)
@@ -709,7 +709,7 @@ end
709
709
  self.lexer_en_main = 1;
710
710
 
711
711
 
712
- # line 128 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sv.rb.rl"
712
+ # line 128 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sv.rb.rl"
713
713
  end
714
714
 
715
715
  def scan(data)
@@ -727,7 +727,7 @@ begin
727
727
  cs = lexer_start
728
728
  end
729
729
 
730
- # line 138 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sv.rb.rl"
730
+ # line 138 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sv.rb.rl"
731
731
 
732
732
  # line 733 "lib/gherkin/rb_lexer/sv.rb"
733
733
  begin
@@ -811,7 +811,7 @@ begin
811
811
  _acts += 1
812
812
  case _lexer_actions[_acts - 1]
813
813
  when 0 then
814
- # line 9 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sv.rb.rl"
814
+ # line 9 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sv.rb.rl"
815
815
  begin
816
816
 
817
817
  @content_start = p
@@ -819,32 +819,32 @@ when 0 then
819
819
  @start_col = p - @last_newline - "#{@keyword}:".length
820
820
  end
821
821
  when 1 then
822
- # line 15 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sv.rb.rl"
822
+ # line 15 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sv.rb.rl"
823
823
  begin
824
824
 
825
825
  @current_line = @line_number
826
826
  @start_col = p - @last_newline
827
827
  end
828
828
  when 2 then
829
- # line 20 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sv.rb.rl"
829
+ # line 20 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sv.rb.rl"
830
830
  begin
831
831
 
832
832
  @content_start = p
833
833
  end
834
834
  when 3 then
835
- # line 24 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sv.rb.rl"
835
+ # line 24 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sv.rb.rl"
836
836
  begin
837
837
 
838
838
  @docstring_content_type_start = p
839
839
  end
840
840
  when 4 then
841
- # line 27 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sv.rb.rl"
841
+ # line 27 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sv.rb.rl"
842
842
  begin
843
843
 
844
844
  @docstring_content_type_end = p
845
845
  end
846
846
  when 5 then
847
- # line 31 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sv.rb.rl"
847
+ # line 31 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sv.rb.rl"
848
848
  begin
849
849
 
850
850
  con = unindent(@start_col, utf8_pack(data[@content_start...@next_keyword_start-1]).sub(/(\r?\n)?([\t ])*\Z/, '').gsub(/\\"\\"\\"/, '"""'))
@@ -852,44 +852,44 @@ when 5 then
852
852
  @listener.doc_string(con_type, con, @current_line)
853
853
  end
854
854
  when 6 then
855
- # line 36 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sv.rb.rl"
855
+ # line 36 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sv.rb.rl"
856
856
  begin
857
857
 
858
858
  p = store_keyword_content(:feature, data, p, eof)
859
859
  end
860
860
  when 7 then
861
- # line 40 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sv.rb.rl"
861
+ # line 40 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sv.rb.rl"
862
862
  begin
863
863
 
864
864
  p = store_keyword_content(:background, data, p, eof)
865
865
  end
866
866
  when 8 then
867
- # line 44 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sv.rb.rl"
867
+ # line 44 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sv.rb.rl"
868
868
  begin
869
869
 
870
870
  p = store_keyword_content(:scenario, data, p, eof)
871
871
  end
872
872
  when 9 then
873
- # line 48 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sv.rb.rl"
873
+ # line 48 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sv.rb.rl"
874
874
  begin
875
875
 
876
876
  p = store_keyword_content(:scenario_outline, data, p, eof)
877
877
  end
878
878
  when 10 then
879
- # line 52 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sv.rb.rl"
879
+ # line 52 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sv.rb.rl"
880
880
  begin
881
881
 
882
882
  p = store_keyword_content(:examples, data, p, eof)
883
883
  end
884
884
  when 11 then
885
- # line 56 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sv.rb.rl"
885
+ # line 56 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sv.rb.rl"
886
886
  begin
887
887
 
888
888
  con = utf8_pack(data[@content_start...p]).strip
889
889
  @listener.step(@keyword, con, @current_line)
890
890
  end
891
891
  when 12 then
892
- # line 61 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sv.rb.rl"
892
+ # line 61 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sv.rb.rl"
893
893
  begin
894
894
 
895
895
  con = utf8_pack(data[@content_start...p]).strip
@@ -897,7 +897,7 @@ when 12 then
897
897
  @keyword_start = nil
898
898
  end
899
899
  when 13 then
900
- # line 67 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sv.rb.rl"
900
+ # line 67 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sv.rb.rl"
901
901
  begin
902
902
 
903
903
  con = utf8_pack(data[@content_start...p]).strip
@@ -905,38 +905,38 @@ when 13 then
905
905
  @keyword_start = nil
906
906
  end
907
907
  when 14 then
908
- # line 73 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sv.rb.rl"
908
+ # line 73 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sv.rb.rl"
909
909
  begin
910
910
 
911
911
  @line_number += 1
912
912
  end
913
913
  when 15 then
914
- # line 77 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sv.rb.rl"
914
+ # line 77 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sv.rb.rl"
915
915
  begin
916
916
 
917
917
  @last_newline = p + 1
918
918
  end
919
919
  when 16 then
920
- # line 81 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sv.rb.rl"
920
+ # line 81 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sv.rb.rl"
921
921
  begin
922
922
 
923
923
  @keyword_start ||= p
924
924
  end
925
925
  when 17 then
926
- # line 85 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sv.rb.rl"
926
+ # line 85 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sv.rb.rl"
927
927
  begin
928
928
 
929
929
  @keyword = utf8_pack(data[@keyword_start...p]).sub(/:$/,'')
930
930
  @keyword_start = nil
931
931
  end
932
932
  when 18 then
933
- # line 90 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sv.rb.rl"
933
+ # line 90 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sv.rb.rl"
934
934
  begin
935
935
 
936
936
  @next_keyword_start = p
937
937
  end
938
938
  when 19 then
939
- # line 94 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sv.rb.rl"
939
+ # line 94 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sv.rb.rl"
940
940
  begin
941
941
 
942
942
  p = p - 1
@@ -944,26 +944,26 @@ when 19 then
944
944
  @current_line = @line_number
945
945
  end
946
946
  when 20 then
947
- # line 100 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sv.rb.rl"
947
+ # line 100 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sv.rb.rl"
948
948
  begin
949
949
 
950
950
  @content_start = p
951
951
  end
952
952
  when 21 then
953
- # line 104 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sv.rb.rl"
953
+ # line 104 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sv.rb.rl"
954
954
  begin
955
955
 
956
956
  con = utf8_pack(data[@content_start...p]).strip
957
957
  current_row << con.gsub(/\\\|/, "|").gsub(/\\n/, "\n").gsub(/\\\\/, "\\")
958
958
  end
959
959
  when 22 then
960
- # line 109 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sv.rb.rl"
960
+ # line 109 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sv.rb.rl"
961
961
  begin
962
962
 
963
963
  @listener.row(current_row, @current_line)
964
964
  end
965
965
  when 23 then
966
- # line 113 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sv.rb.rl"
966
+ # line 113 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sv.rb.rl"
967
967
  begin
968
968
 
969
969
  if cs < lexer_first_final
@@ -1002,7 +1002,7 @@ when 23 then
1002
1002
  __acts += 1
1003
1003
  case _lexer_actions[__acts - 1]
1004
1004
  when 23 then
1005
- # line 113 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sv.rb.rl"
1005
+ # line 113 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sv.rb.rl"
1006
1006
  begin
1007
1007
 
1008
1008
  if cs < lexer_first_final
@@ -1026,7 +1026,7 @@ end
1026
1026
  end
1027
1027
  end
1028
1028
 
1029
- # line 139 "/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/sv.rb.rl"
1029
+ # line 139 "/Users/ahellesoy/github/gherkin/tasks/../ragel/i18n/sv.rb.rl"
1030
1030
  end
1031
1031
 
1032
1032
  def unindent(startcol, text)