Fresh IDE . Help: test-line-match
Not logged in

This repository is a mirror!

The original is located on: https://fresh.flatassembler.net/fossil/repo/fresh
If you want to follow the project, please update your remote-url

The "test-line-match" command:

Usage: fossil test-line-match STRING1 STRING2

Return a score from 0 to 100 that is how similar STRING1 is to STRING2. Smaller numbers mean more similar. 0 is an exact match.

This command is used to test to match_dline() function in the internal Fossil diff logic.