formatter
Here are 1,142 public repositories matching this topic...
-
Updated
Oct 3, 2021 - Python
Very nit-picky, I just happened to have a binary called foo in my path, causing the tests to fail. It might be a good idea to randomize the name when checking for something not found or to use a more lengthy, unlikely-to-be-used name.
--- FAIL: TestRunnerRun (0.28s)
--- FAIL: TestRunnerRun/#641 (0.01s)
interp_test.go:2981: wrong output in "alias foo='bar baz'\ntype foo":
-
Updated
Oct 1, 2021 - TypeScript
-
Updated
Aug 15, 2021 - Python
If the subset of a variable name is "in" inside of the for-loop's for ... in section and requires formatting with a comment around the in-keyword, an invalid output is produced.
For this input:
fn main() {
for variable_in_here /* ... */ in 0..1 {}
for variable_in_here in /* ... */ 0..1 {}
for variable_in_here
in /* ... */ 0..1 {}
for variable_in_here
-
Updated
Aug 30, 2021 - TypeScript
-
Updated
Sep 30, 2021 - JavaScript
-
Updated
Sep 6, 2021 - Ruby
-
Updated
Oct 4, 2021 - Java
-
Updated
Sep 18, 2021 - Vim script
GDPR compliance
-
Updated
May 8, 2021 - Swift
-
Updated
Oct 1, 2021 - PHP
-
Updated
Sep 29, 2021 - C#
-
Updated
Aug 21, 2021 - Haskell
Update README.md
We need to update our README.md file before the 1.0 release.
-
Updated
Sep 30, 2021 - JavaScript
-
Updated
Sep 29, 2021 - Go
-
Updated
Sep 5, 2021 - TypeScript
-
Updated
Oct 2, 2021 - JavaScript
Improve this page
Add a description, image, and links to the formatter topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the formatter topic, visit your repo's landing page and select "manage topics."
Describe the bug
"EOF in multi-line statement" error is shown to the user as the raw tuple it was returned as, rather than in a nicely formatted message.
To Reproduce
For example:
print(