diff options
author | Shanavas M <shanavas.m2@gmail.com> | 2019-01-08 17:36:46 +0530 |
---|---|---|
committer | Shanavas M <shanavas.m2@gmail.com> | 2019-01-08 17:36:46 +0530 |
commit | 650a92ac9c8517c537ba85f48bcfd7eede82a248 (patch) | |
tree | 9bce8355c7ce1faa69b4c80dec439a4767562bc2 /python/tidy/servo_tidy_tests/long_line.rs | |
parent | 11d1184663b897e7cf0153771a8b90944ad43375 (diff) | |
download | servo-650a92ac9c8517c537ba85f48bcfd7eede82a248.tar.gz servo-650a92ac9c8517c537ba85f48bcfd7eede82a248.zip |
Treat url strings are unsplittable
Fixes #22498
Diffstat (limited to 'python/tidy/servo_tidy_tests/long_line.rs')
-rw-r--r-- | python/tidy/servo_tidy_tests/long_line.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/tidy/servo_tidy_tests/long_line.rs b/python/tidy/servo_tidy_tests/long_line.rs index 4d2a0c5cf4f..6427aa50878 100644 --- a/python/tidy/servo_tidy_tests/long_line.rs +++ b/python/tidy/servo_tidy_tests/long_line.rs @@ -3,3 +3,4 @@ * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ println!("really really loooooooooooooooooooooooooooooooooooooooooooong lineeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee"); +let url = "http://www.should.skip/really-looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong-url-strings"; |