Version 1
[yaffs-website] / web / core / modules / system / tests / modules / path_encoded_test / path_encoded_test.routing.yml
diff --git a/web/core/modules/system/tests/modules/path_encoded_test/path_encoded_test.routing.yml b/web/core/modules/system/tests/modules/path_encoded_test/path_encoded_test.routing.yml
new file mode 100644 (file)
index 0000000..9a5b30c
--- /dev/null
@@ -0,0 +1,23 @@
+path_encoded_test.colon:
+  path: '/hi/llamma:party'
+  defaults:
+    _title: 'Colon'
+    _controller: '\Drupal\path_encoded_test\Controller\PathEncodedTestController::simple'
+  requirements:
+    _access: 'TRUE'
+
+path_encoded_test.atsign:
+  path: '/bloggy/@Dries'
+  defaults:
+    _title: 'At sign'
+    _controller: '\Drupal\path_encoded_test\Controller\PathEncodedTestController::simple'
+  requirements:
+    _access: 'TRUE'
+
+path_encoded_test.parens:
+  path: '/cat(box)'
+  defaults:
+    _title: 'At sign'
+    _controller: '\Drupal\path_encoded_test\Controller\PathEncodedTestController::simple'
+  requirements:
+    _access: 'TRUE'