Commit 55eb6f36 authored by Philip Makedonski's avatar Philip Makedonski
Browse files

+ fixed TO References

parent 6c0f2622
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@ TestObjective returns tdl::TestObjective:
    (
        BEGIN
            ('Description:' description=EString)?
            ('References:' (objectiveURI+=Identifier)+)?
            ('References:' (objectiveURI+=EString)+)?
        END
    )?
    WithCommentFragment?
@@ -114,7 +114,7 @@ Extension returns tdl::Extension:
;

ConstraintType returns tdl::ConstraintType: 
    //PrefixFragment?
    PrefixFragment?
    'Constraint'
    name=Identifier
    //WithCommentFragment?