John Benediktsson
|
fa1f9aa5a0
|
base64/32/85: adding tests for all byte values.
|
2019-04-05 13:38:00 -07:00 |
John Benediktsson
|
ab88710e74
|
base64: adding urlsafe base64 and specify RFC 3548.
|
2019-04-05 12:03:00 -07:00 |
Doug Coleman
|
01aab7c884
|
Factor: Rename <enum> to <enumerated> to not confuse with ENUM:s
|
2017-07-03 12:47:19 -07:00 |
Doug Coleman
|
67c44bcf62
|
base64: Fix base64 for strings that don't end in equal signs.
Some uses of base64 in the wild do not have trailing ==, such as JWT (JSON Web Token) strings.
|
2017-06-08 21:03:40 -05:00 |
Doug Coleman
|
391f8e433f
|
basis: Cleaning up tests using lists and IN: forms.
|
2016-03-30 20:04:14 -07:00 |
Doug Coleman
|
43d6f1d3e2
|
factor: Retrying on the unit tests. Also normalize some syntax with FUNCTION:.
|
2015-07-02 17:28:17 -07:00 |
Doug Coleman
|
59f3b1ea57
|
Revert "factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!"
Needs a bit more work.
This reverts commit 7e54cc2824 .
|
2015-07-02 13:47:06 -07:00 |
Doug Coleman
|
7e54cc2824
|
factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!
|
2015-07-02 11:36:08 -07:00 |
Slava Pestov
|
c32927bfea
|
Fix unit test failures caused by change to 'contents' word
|
2009-05-10 18:54:56 -05:00 |
Slava Pestov
|
05f3f9dcb9
|
Fixing unit tests for stack effect inference changes
|
2009-04-20 21:15:19 -05:00 |
Doug Coleman
|
a6989d3087
|
fix bug in base64 -- would fail with bitor trying to OR f with an integer
|
2009-04-09 19:50:25 -05:00 |
Slava Pestov
|
696ac8f835
|
base64 now deals with byte arrays instead of strings
|
2009-03-06 14:10:53 -06:00 |
Daniel Ehrenberg
|
3b679cf2be
|
Base64 works with streams, ignores newlines in inputs and can output newlines when appropriate
|
2009-01-13 18:50:16 -06:00 |
Doug Coleman
|
98fafecaa7
|
add license line, IN:
|
2008-08-28 23:22:53 -05:00 |
Slava Pestov
|
d66f887736
|
Create basis vocab root
|
2008-07-28 22:03:13 -05:00 |