jj/cli
Yuya Nishihara 96f8ca5d54 tests: add minimal template language and test helpers
I don't think many of the tests in test_templater.rs should use "jj log" command
as they check very specific template syntax and function behaviors. Let's move
them to in-module tests. We could add a separate test file, but we would have
to export a couple of templater macros.

test_templater_timestamp_method() is migrated as example.
2023-10-27 05:30:53 +09:00
..
examples workspace: make working-copy type customizable 2023-10-16 22:33:44 -07:00
src tests: add minimal template language and test helpers 2023-10-27 05:30:53 +09:00
testing
tests tests: add minimal template language and test helpers 2023-10-27 05:30:53 +09:00
build.rs
Cargo.toml cli: use StringPattern to find branches to delete/forget 2023-10-22 04:07:49 +09:00
LICENSE