Bump version number, copyright date; begin renaming test files.
Chris Pressey
9 years ago
0 | 0 |
History
|
1 | 1 |
=======
|
|
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.)
|
2 | 6 |
|
3 | 7 |
Version 0.10 "Shedd Aquarium" (current released version):
|
4 | 8 |
|
4 | 4 |
|
5 | 5 |
-----------------------------------------------------------------------------
|
6 | 6 |
|
7 | |
Copyright (c)2011-2015 Chris Pressey, Cat's Eye Technologies.
|
|
7 |
Copyright (c)2011-2016 Chris Pressey, Cat's Eye Technologies.
|
8 | 8 |
All rights reserved.
|
9 | 9 |
|
10 | 10 |
The authors intend this Report to belong to the entire Falderal
|
|
23 | 23 |
|
24 | 24 |
-----------------------------------------------------------------------------
|
25 | 25 |
|
26 | |
Copyright (c)2011-2015 Cat's Eye Technologies. All rights reserved.
|
|
26 |
Copyright (c)2011-2016 Cat's Eye Technologies. All rights reserved.
|
27 | 27 |
|
28 | 28 |
Redistribution and use in source and binary forms, with or without
|
29 | 29 |
modification, are permitted provided that the following conditions
|
0 | 0 |
Falderal
|
1 | 1 |
========
|
2 | 2 |
|
3 | |
Version 0.10 "Shedd Aquarium"
|
|
3 |
Version 0.11-PRE "Dan Ryan Expressway"
|
4 | 4 |
|
5 | 5 |
This is the reference distribution of Falderal, a file format for literate
|
6 | 6 |
test suites. Falderal is particularly suited for:
|
5 | 5 |
Status
|
6 | 6 |
------
|
7 | 7 |
|
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.
|
10 | 10 |
We will deign to note which sections of this document the current released
|
11 | 11 |
version of `py-falderal` implements, and which it does not. However,
|
12 | 12 |
this document is a work in progress, subject to change, and subject to get
|
6 | 6 |
cd tests
|
7 | 7 |
|
8 | 8 |
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
|
10 | 11 |
test-err-no-stderr test-shared-body
|
11 | 12 |
"
|
12 | 13 |
for TEST in ${FIRST_TESTS}; do
|