1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-14 10:16:26 +00:00

parse u2028 char properly

This commit is contained in:
Dick Choi
2016-09-22 11:01:23 +09:00
parent 9c85719270
commit cc24e6b801
25 changed files with 50 additions and 52 deletions

View File

@@ -12,7 +12,7 @@ const path = require('path')
const TestDummy = require('../fixtures/TestDummy')
const sander = require('sander')
const os = require('os')
const CSON = require('season')
const CSON = require('@rokt33r/season')
const faker = require('faker')
const storagePath = path.join(os.tmpdir(), 'test/update-note')