Skip to content

Commit 6897465

Browse files
authored
Merge pull request #112 from mrodrig/fix-95
Add support for EOL inside record value fix #95, #110
2 parents 02336b8 + 11dbc2e commit 6897465

File tree

8 files changed

+1439
-426
lines changed

8 files changed

+1439
-426
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Coverage directory used by tools like istanbul
22
coverage
3+
.nyc_output
34

45
# Dependency directory
56
node_modules
@@ -8,4 +9,4 @@ node_modules
89
.idea
910

1011
# Debug logs
11-
npm-debug.log
12+
npm-debug.log

.npmignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ npm-debug.log
55
.eslintrc
66
node_modules
77
coverage
8-
upgrade_guides
8+
.nyc_output
9+
upgrade_guides
10+
tslint.json
11+
_config.yml

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,10 @@ $ npm run coverage
176176

177177
Current Coverage is:
178178
```
179-
Statements : 100% ( 275/275 )
180-
Branches : 100% ( 149/149 )
181-
Functions : 100% ( 49/49 )
182-
Lines : 100% ( 269/269 )
179+
Statements : 100% ( 286/286 )
180+
Branches : 100% ( 166/166 )
181+
Functions : 100% ( 73/73 )
182+
Lines : 100% ( 280/280 )
183183
```
184184

185185
## Frequently Asked Questions (FAQ)

0 commit comments

Comments
 (0)