git-commit-vandalism/t/t4034/cpp
Johannes Sixt 637b80cd6a userdiff-cpp: permit the digit-separating single-quote in numbers
Since C++17, the single-quote can be used as digit separator:

   3.141'592'654
   1'000'000
   0xdead'beaf

Make it known to the word regex of the cpp driver, so that numbers are
not split into separate tokens at the single-quotes.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2021-10-10 15:24:21 -07:00
..
expect userdiff-cpp: permit the digit-separating single-quote in numbers 2021-10-10 15:24:21 -07:00
post userdiff-cpp: prepare test cases with yet unsupported features 2021-10-10 15:24:21 -07:00
pre userdiff-cpp: prepare test cases with yet unsupported features 2021-10-10 15:24:21 -07:00