Skip to content

Commit

Permalink
0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Jun 15, 2014
1 parent b90846b commit c0b1f1c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions Changes
@@ -1,4 +1,9 @@
---
version: 0.35
date: Sun Jun 15 13:01:01 PDT 2014
changes:
- Add Chomp to Standard Library
---
version: 0.34
date: Sat Jun 14 12:53:08 PDT 2014
changes:
Expand Down
2 changes: 1 addition & 1 deletion Meta
@@ -1,7 +1,7 @@
=meta: 0.0.1

name: TestML
version: 0.34
version: 0.35
abstract: A Generic Software Testing Meta Language
homepage: http://testml.org

Expand Down
14 changes: 7 additions & 7 deletions lib/TestML/Library/Standard.pm
Expand Up @@ -112,14 +112,14 @@ sub Print {
return bool(1);
}

1;
sub Chomp {
my ($self, $string) = @_;
my $value = $string->str->value;
chomp($value);
return str $value;
}

# sub Chomp {
# my ($self, $string) = @_;
# my $value = $string->str->value;
# chomp($value);
# return $value;
# }
1;

# sub Has {
# my ($self, $string, $part) = @_;
Expand Down

0 comments on commit c0b1f1c

Please sign in to comment.