mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Parser
- Renamed A3t to Parser.
This commit is contained in:
parent
ecd64456ae
commit
79abddd03d
25 changed files with 240 additions and 241 deletions
|
@ -46,7 +46,7 @@ int main (int argc, char** argv)
|
|||
{
|
||||
// Prime the pump.
|
||||
const char* fake_argv[] = {"task"};
|
||||
context.a3t.initialize (1, fake_argv);
|
||||
context.parser.initialize (1, fake_argv);
|
||||
|
||||
DOM dom;
|
||||
t.is (dom.get ("system.version"), VERSION, "DOM system.version -> VERSION");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue