haikuwebkit/LayoutTests/inspector/formatting
Darin Adler f1c7ed0fa0 Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many)
https://bugs.webkit.org/show_bug.cgi?id=217016

Reviewed by Zalan Bujtas.

Done with this command:

    find LayoutTests -name '*-expected.txt' | grep -v imported | xargs awk '/^CONSOLE MESSAGE:/ { next }; /^<\?xml/ { nextfile }; { print FILENAME; nextfile }' | xargs perl -i -pe 's/ +$//g'

This affects many files, and it's not helpful to clog the change log with a list of them.

Canonical link: https://commits.webkit.org/229803@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@267644 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2020-09-27 02:15:19 +00:00
..
resources Web Inspector: Assertion Failed: Appended a string with newlines. This breaks the source map. 2020-08-15 01:24:02 +00:00
formatting-css-expected.txt
formatting-css.html
formatting-html-expected.txt
formatting-html.html
formatting-javascript-expected.txt
formatting-javascript.html
formatting-json-expected.txt
formatting-json.html
formatting-xml-expected.txt Web Inspector: HTML Formatter - better indentation/newline handling for self closing tags 2019-09-20 21:23:20 +00:00
formatting-xml.html
is-text-likely-minified-expected.txt Web Inspector: Autoformat doesn't work on icloud.com (javascript-packed.js) 2018-12-20 23:15:56 +00:00
is-text-likely-minified.html
source-map-css-1-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
source-map-css-1.html
source-map-html-1-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
source-map-html-1.html
source-map-html-2-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
source-map-html-2.html
source-map-javascript-1-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
source-map-javascript-1.html
source-map-javascript-2-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
source-map-javascript-2.html Web Inspector: Assertion Failed: Appended a string with newlines. This breaks the source map. 2020-08-15 01:24:02 +00:00