Rename ts_document_{set_text,set_input_string}

Because next I'll add a more general 'set_input' method
This commit is contained in:
Max Brunsfeld 2014-02-27 13:30:11 -08:00
parent c43ec90dad
commit 21c0f51b84
5 changed files with 24 additions and 24 deletions

View file

@ -6,7 +6,7 @@ int main(int argc, char *argv[])
"",
"--no-color",
"--only="
"parenthesized expr"
""
};
return bandit::run(4, const_cast<char **>(args));
}