Changeset 144 for trunk/test/parser.cc
- Timestamp:
- Aug 9, 2006, 10:37:20 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/parser.cc
r105 r144 2 2 3 3 /* 4 Copyright (C) 2006 Peter Johansson4 Copyright (C) 2006 Jari, Häkkinen, Peter Johansson 5 5 6 6 This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat … … 40 40 bool ok = true; 41 41 42 std::ifstream is("../lib/Parser.h"); 43 Parser p(is); 42 Parser p("../lib/Parser.h"); 44 43 for (size_t i=0; i<p.type().size(); ++i) 45 44 *out << i+1 << " " << p.type()[i] << std::endl; 46 is.close();47 45 48 46 if (out!=&std::cout)
Note: See TracChangeset
for help on using the changeset viewer.