Skip to content

Commit

Permalink
Update parser example with ParamCopyText
Browse files Browse the repository at this point in the history
  • Loading branch information
koeart authored and j123b567 committed Aug 23, 2015
1 parent f9223af commit 8fbdbb1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/test-parser/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,10 @@ int main(int argc, char** argv) {
TEST_SCPI_INPUT("meas:volt:dc? def, 0.00001\r\n");
TEST_SCPI_INPUT("meas:volt:dc? 0.00001\r\n");


TEST_SCPI_INPUT("test:text 'a'\r\n");
TEST_SCPI_INPUT("test:text 'a a'\r\n");
TEST_SCPI_INPUT("test:text 'aa a'\r\n");
TEST_SCPI_INPUT("test:text 'aaa aaaa'\r\n");
//printf("%.*s %s\r\n", 3, "asdadasdasdasdas", "b");
// interactive demo
//char smbuffer[10];
Expand Down

0 comments on commit 8fbdbb1

Please sign in to comment.