Skip to content

Commit

Permalink
units: Fix tag entry in expected.tags of two PHP test units
Browse files Browse the repository at this point in the history
  • Loading branch information
vhda committed Feb 28, 2015
1 parent cc8e8f0 commit 793c9b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Units/php-simple.d/expected.tags
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ add_item input.php /^ function add_item ($artnr, $num)$/;" f class:Cart signa
foo input.php /^function foo ($arg_1, $arg_2, ..., $arg_n)$/;" f signature:($arg_1, $arg_2, ..., $arg_n)
items input.php /^ var $items; \/\/ Items in our shopping cart$/;" v class:Cart access:public
remove_item input.php /^ function remove_item ($artnr, $num)$/;" f class:Cart signature:($artnr, $num)
t�yte Units/php-simple.d/input.php /^$t�yte = 'mansikka'; \/\/ valid; '�' is ASCII 228.$/;" v
t�yte input.php /^$t�yte = 'mansikka'; \/\/ valid; '�' is ASCII 228.$/;" v
var input.php /^$var = "Bob";$/;" v
2 changes: 1 addition & 1 deletion Units/simple.php.t/expected.tags
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ add_item input.php /^ function add_item ($artnr, $num)$/;" f class:Cart
foo input.php /^function foo ($arg_1, $arg_2, ..., $arg_n)$/;" f
items input.php /^ var $items; \/\/ Items in our shopping cart$/;" v class:Cart
remove_item input.php /^ function remove_item ($artnr, $num)$/;" f class:Cart
t�yte Units/simple.php.t/input.php /^$t�yte = 'mansikka'; \/\/ valid; '�' is ASCII 228.$/;" v
t�yte input.php /^$t�yte = 'mansikka'; \/\/ valid; '�' is ASCII 228.$/;" v
var input.php /^$var = "Bob";$/;" v

0 comments on commit 793c9b3

Please sign in to comment.