We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06b1055 commit a2319e1Copy full SHA for a2319e1
.#TODO.org
@@ -0,0 +1 @@
1
+[email protected]:1544410124
format-table.el
@@ -244,8 +244,7 @@ otherwise values will be padded to the right with spaces."
244
"Parse the given string STR using delimiter information in INPUT-MODE to a table of values as a plist."
245
(if (equal input-mode 'json)
246
(format-table-parse-json str)
247
- (let* ((lines (split-string str "[
248
-]+"))
+ (let* ((lines (split-string str "[\n]+"))
249
(lines (format-table-remove-noise lines input-mode)))
250
(when lines
251
(let* ((col-widths (format-table-get-col-widths (car (cdr lines)) input-mode)))
0 commit comments