ruby-net-ldap/test
Martin Carpenter 41bee0a690 Fix LDIF contination to single elided space
RFC 2849 http://tools.ietf.org/html/rfc2849:

SPACE                    = %x20
                           ; ASCII SP, space
...

2)  Any non-empty line, including comment lines, in an LDIF file
    MAY be folded by inserting a line separator (SEP) and a SPACE.
    Folding MUST NOT occur before the first character of the line.
    In other words, folding a line into two lines, the first of
    which is empty, is not permitted. Any line that begins with a
    single space MUST be treated as a continuation of the previous
    (non-empty) line. When joining folded lines, exactly one space
    character at the beginning of each continued line must be
    discarded. Implementations SHOULD NOT fold lines in the middle
    of a multi-byte UTF-8 character.
2011-07-23 03:31:42 +02:00
..
common.rb Rationalizing startup. 2010-03-13 00:20:07 -05:00
test_entry.rb Importing, but disabling, tests from other repos. 2010-03-27 01:57:19 -04:00
test_filter.rb Fix identation 2011-07-23 03:26:37 +02:00
test_ldap_connection.rb Bugfix requiring a 0.2.1 release. 2011-03-23 21:17:51 -04:00
test_ldif.rb Fix LDIF contination to single elided space 2011-07-23 03:31:42 +02:00
test_password.rb This commit is all about moving toward 'Hoe' as the project helper. 2008-11-14 23:22:30 +00:00
test_rename.rb Making autotest+rspec nicer. 2011-03-17 21:41:15 -04:00
test_snmp.rb Importing, but disabling, tests from other repos. 2010-03-27 01:57:19 -04:00
testdata.ldif This commit is all about moving toward 'Hoe' as the project helper. 2008-11-14 23:22:30 +00:00