mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
e4ae0cf2ce
When using `Uri.parse` or `Uri(path:..)`, a `\` is treated as, and converted to, a `/`. This avoids a particular problematic difference in behavior between Dart and the browser's `URL` functionality. There are still examples where the two differ in interpretation of the same code, but in those cases, the Dart `Uri` will most likely end up without a host name, which should be easily detected. Change-Id: I798df6c3c27c6d64fb9fc8dc30d90b06ba5a9004 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/258120 Reviewed-by: Nate Bosch <nbosch@google.com> Reviewed-by: Michael Thomsen <mit@google.com> Commit-Queue: Lasse Nielsen <lrn@google.com> |
||
---|---|---|
.. | ||
co19 | ||
co19_2 | ||
corelib | ||
corelib_2 | ||
dartdevc | ||
dartdevc_2 | ||
ffi | ||
ffi_2 | ||
language | ||
language_2 | ||
lib | ||
lib_2 | ||
modular | ||
standalone | ||
standalone_2 | ||
web | ||
web_2 | ||
legacy_status_dart2js.csv | ||
OWNERS | ||
README.md |
This directory contains tests of the language and core library implementations. For more information, see https://github.com/dart-lang/sdk/wiki/Testing.