UNPKG

lean4-code-actions

Version:

Refactorings and snippets for Lean 4

13 lines (11 loc) 240 B
import { testSamples } from 'libs/utils/jest/testSamples' import { AbsolutePathSchema } from './AbsolutePath' testSamples(AbsolutePathSchema, [ '/arst', '/arst/arst', '/arst/arst%20', ], [ 'arst', '/arst asrt', 'arst/arst', ])