Andrew Hobson
Andrew Hobson
This is what I'm using and it seems to work ok so far: ```elisp (defun my-go-test--get-current-subtest-info () "Find subtest." (save-excursion (end-of-line) (let ((gotest-before-search (cadr (go-test--get-current-test-info)))) (if (search-backward-regexp "suite.Run(\"\\([^,]*\\)\"" nil t)...
Sorry for the late reply. I suspect that you need to close the dumper to ensure that the data is flushed to disk.
Ahh, I see. I don't need to convert the double quotes when using the javascript escape function. I'll try that out and see if it still works for me. If...
As you can see from the PR, the problem does not seem to be in SchemaConverters, as the schema changes from the one provided to the dataframe and the one...