git @ Cat's Eye Technologies Falderal / 31d43c1
Bump version number, copyright date; begin renaming test files. Chris Pressey 9 years ago
5 changed file(s) with 11 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
00 History
11 =======
2
3 Version 0.11-PRE "Dan Ryan Expressway" (current development version):
4
5 * Renamed the internal tests to have more descriptive names (in progress.)
26
37 Version 0.10 "Shedd Aquarium" (current released version):
48
44
55 -----------------------------------------------------------------------------
66
7 Copyright (c)2011-2015 Chris Pressey, Cat's Eye Technologies.
7 Copyright (c)2011-2016 Chris Pressey, Cat's Eye Technologies.
88 All rights reserved.
99
1010 The authors intend this Report to belong to the entire Falderal
2323
2424 -----------------------------------------------------------------------------
2525
26 Copyright (c)2011-2015 Cat's Eye Technologies. All rights reserved.
26 Copyright (c)2011-2016 Cat's Eye Technologies. All rights reserved.
2727
2828 Redistribution and use in source and binary forms, with or without
2929 modification, are permitted provided that the following conditions
00 Falderal
11 ========
22
3 Version 0.10 "Shedd Aquarium"
3 Version 0.11-PRE "Dan Ryan Expressway"
44
55 This is the reference distribution of Falderal, a file format for literate
66 test suites. Falderal is particularly suited for:
55 Status
66 ------
77
8 This document is a *draft*. It is nominally "version 0.10" because it
9 describes something that version 0.10 of `py-falderal` mostly implements.
8 This document is a *draft*. It is nominally "version 0.11-PRE" because it
9 describes something that version 0.11-PRE of `py-falderal` mostly implements.
1010 We will deign to note which sections of this document the current released
1111 version of `py-falderal` implements, and which it does not. However,
1212 this document is a work in progress, subject to change, and subject to get
66 cd tests
77
88 FIRST_TESTS="
9 test1 test2 test3 test4 test5 test9 test10 test11 test-utf8 test-crlf
9 test1 test2 test3 test4 test5 test9
10 test-bad-indentation test-input-sections test-utf8 test-crlf
1011 test-err-no-stderr test-shared-body
1112 "
1213 for TEST in ${FIRST_TESTS}; do