Skip to content

fix: test path alias matching query problem

ren zhitong请求将2-path-alias-matching-problem合并到main

Closes #2 (closed)

Proposal

Since path aliases exist in the following cases:

  • '~/flash'
  • 'spec/test_constants$'

We need to change the alias matching strategy to preferentially query the longest matching substring.

ren zhitong 编辑于

合并请求报告