| Revision | 213 (tree) |
|---|---|
| Time | 2016-01-22 20:13:42 |
| Author | t_nakayama1971 |
(empty log message)
| @@ -201,16 +201,16 @@ | ||
| 201 | 201 | } else if (str.startsWith(""", i)) { |
| 202 | 202 | after = "\""; |
| 203 | 203 | ahead = i + """.length(); |
| 204 | - // XML | |
| 205 | 204 | } else if (str.startsWith("'", i)) { |
| 205 | + // XML | |
| 206 | 206 | after = "'"; |
| 207 | 207 | ahead = i + "'".length(); |
| 208 | - // XML | |
| 209 | 208 | } else if (str.startsWith(""", i)) { |
| 209 | + // XML | |
| 210 | 210 | after = "\""; |
| 211 | 211 | ahead = i + """.length(); |
| 212 | - // XML | |
| 213 | 212 | } else if (str.startsWith("'", i)) { |
| 213 | + // XML | |
| 214 | 214 | after = "'"; |
| 215 | 215 | ahead = i + "'".length(); |
| 216 | 216 | } else if (mapping != null) { |