]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
chore: lines in comments
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 25 Mar 2024 08:54:25 +0000 (09:54 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 25 Mar 2024 08:55:17 +0000 (09:55 +0100)
packages/router/src/encoding.ts

index e46707080556528b6de5ba835a7d1038ee7141ca..69b338a65eac6d2124c193e3aa7cf2724446e74b 100644 (file)
@@ -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