From d7044099b8da0e5ea38b46764fd005698dc8c612 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Fri, 26 Feb 2010 16:08:45 +0000 Subject: asn1 tests: use consistent line endings Some files used by the asn1 test suite had mixed DOS and Unix line endings. Noticed-by: Richard Carlsson --- lib/asn1/test/asn1_SUITE_data/P-Record.py | 66 +++++++++++++++---------------- 1 file changed, 33 insertions(+), 33 deletions(-) (limited to 'lib/asn1/test/asn1_SUITE_data/P-Record.py') diff --git a/lib/asn1/test/asn1_SUITE_data/P-Record.py b/lib/asn1/test/asn1_SUITE_data/P-Record.py index f1db09ac6c..ac3dc9abe0 100644 --- a/lib/asn1/test/asn1_SUITE_data/P-Record.py +++ b/lib/asn1/test/asn1_SUITE_data/P-Record.py @@ -1,44 +1,44 @@ -P-Record DEFINITIONS ::= -BEGIN - - -PersonnelRecord ::= [APPLICATION 0] SET -{ name Name, - title VisibleString, - number EmployeeNumber, - dateOfHire Date, - nameOfSpouse [1] Name, - children SEQUENCE OF ChildInformation DEFAULT {} -} - -ChildInformation ::= SET -{ name Name, - dateOfBirth Date -} - -Name ::= [APPLICATION 1] SEQUENCE -{ givenName VisibleString, - initial VisibleString, - familyName VisibleString -} - -EmployeeNumber ::= [APPLICATION 2] INTEGER -Date ::= [APPLICATION 3] VisibleString -- YYYY MMDD +P-Record DEFINITIONS ::= +BEGIN + + +PersonnelRecord ::= [APPLICATION 0] SET +{ name Name, + title VisibleString, + number EmployeeNumber, + dateOfHire Date, + nameOfSpouse [1] Name, + children SEQUENCE OF ChildInformation DEFAULT {} +} + +ChildInformation ::= SET +{ name Name, + dateOfBirth Date +} + +Name ::= [APPLICATION 1] SEQUENCE +{ givenName VisibleString, + initial VisibleString, + familyName VisibleString +} + +EmployeeNumber ::= [APPLICATION 2] INTEGER +Date ::= [APPLICATION 3] VisibleString -- YYYY MMDD v PersonnelRecord ::= { name { - givenName "John", - initial "P", - familyName "Smith" + givenName "John", + initial "P", + familyName "Smith" }, title "Director", number 51, - dateOfHire "19710917", + dateOfHire "19710917", nameOfSpouse { - givenName "Mary", - initial "T", - familyName "Smith" + givenName "Mary", + initial "T", + familyName "Smith" }, children { {name { -- cgit v1.2.3