From: Eduardo San Martin Morote Date: Mon, 25 Mar 2024 08:54:25 +0000 (+0100) Subject: chore: lines in comments X-Git-Tag: v4.3.1~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=31c59368bf591fbe912dc8d6352411d77ab1afbb;p=thirdparty%2Fvuejs%2Frouter.git chore: lines in comments --- diff --git a/packages/router/src/encoding.ts b/packages/router/src/encoding.ts index e4670708..69b338a6 100644 --- a/packages/router/src/encoding.ts +++ b/packages/router/src/encoding.ts @@ -1,8 +1,10 @@ import { warn } from './warning' /** - * Encoding Rules ␣ = Space Path: ␣ " < > # ? { } Query: ␣ " < > # & = Hash: ␣ " - * < > ` + * Encoding Rules (␣ = Space) + * - Path: ␣ " < > # ? { } + * - Query: ␣ " < > # & = + * - Hash: ␣ " < > ` * * On top of that, the RFC3986 (https://tools.ietf.org/html/rfc3986#section-2.2) * defines some extra characters to be encoded. Most browsers do not encode them