klorenz / atom-table-editor

Easily edit and navigate markdown tables
MIT License
13 stars 3 forks source link

table-editor does not work #1

Open tssk opened 8 years ago

tssk commented 8 years ago

hello,

I tried to use table-editor in atom 1.0.19 but it does not work. Under Run -> Developer -> Run Atom Spec I found following:

Language Rst Specs 0.22s1/1 (23 skipped) 1 failure AtomTableEditor when a markdown file is opened markdown file 1 it can insert a new row Expected promise to be resolved, but it was rejected with: Failed to load package 'atom-table-editor' { } Expected 'Hello | A | B | C | |---|---|---| | a | b | c | | foo | bar | ' to be 'Hello | A | B | C | |-----|-----|---| | a | b | c | | | | | | foo | bar | | '. Error: Expected 'Hello

A B C
a b c
foo bar

' to be 'Hello

A B C
a b c
foo bar

'. at atom-table-editor-spec.coffee:71:36 at Emitter.module.exports.Emitter.emit (/usr/share/atom/resources/app.asar/node_modules/event-kit/lib/emitter.js:82:11) at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (/usr/share/atom/resources/app.asar/src/command-registry.js:255:20) at CommandRegistry.handleCommandEvent (/usr/share/atom/resources/app.asar/src/command-registry.js:3:61) at CommandRegistry.module.exports.CommandRegistry.dispatch (/usr/share/atom/resources/app.asar/src/command-registry.js:145:19) at atom-table-editor-spec.coffee:85:23 Expected [ 3, 1 ] to equal [ 4, 8 ]. at atom-table-editor-spec.coffee:82:62 at Emitter.module.exports.Emitter.emit (/usr/share/atom/resources/app.asar/node_modules/event-kit/lib/emitter.js:82:11) at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (/usr/share/atom/resources/app.asar/src/command-registry.js:255:20) at CommandRegistry.handleCommandEvent (/usr/share/atom/resources/app.asar/src/command-registry.js:3:61) at CommandRegistry.module.exports.CommandRegistry.dispatch (/usr/share/atom/resources/app.asar/src/command-registry.js:145:19) at atom-table-editor-spec.coffee:85:23