Sha256: d8fdc18a0f32e37f7478e5365d693fc61c0196128d4960276ad78a083011adda

Contents?: true

Size: 560 Bytes

Versions: 21

Compression:

Stored size: 560 Bytes

Contents

SCHEMA hyperlink_schema;
ENTITY test;
END_ENTITY;
ENTITY empty_entity;
END_ENTITY;
ENTITY attribute_entity;
  test : BOOLEAN;
END_ENTITY;
ENTITY subtype_empty_entity
  SUBTYPE OF ({{{<<express:hyperlink_schema.empty_entity,empty_entity>>}}});
END_ENTITY;
ENTITY subtype_attribute_entity
  SUBTYPE OF ({{{<<express:hyperlink_schema.attribute_entity,attribute_entity>>}}});
  SELF\{{{<<express:hyperlink_schema.attribute_entity,attribute_entity>>}}}.test : BOOLEAN;
END_ENTITY;
ENTITY subtype_missing_entity
  SUBTYPE OF (missing_entity);
END_ENTITY;
END_SCHEMA;

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
expressir-0.2.14 original/examples/syntax/hyperlink_formatted.exp
expressir-0.2.14-x86_64-linux original/examples/syntax/hyperlink_formatted.exp
expressir-0.2.14-x86_64-darwin original/examples/syntax/hyperlink_formatted.exp
expressir-0.2.14-x86-mingw32 original/examples/syntax/hyperlink_formatted.exp
expressir-0.2.14-x86-linux original/examples/syntax/hyperlink_formatted.exp
expressir-0.2.14-x64-mingw32 original/examples/syntax/hyperlink_formatted.exp
expressir-0.2.14-arm64-darwin original/examples/syntax/hyperlink_formatted.exp
expressir-0.2.13 original/examples/syntax/hyperlink_formatted.exp
expressir-0.2.13-x86_64-linux original/examples/syntax/hyperlink_formatted.exp
expressir-0.2.13-x86_64-darwin original/examples/syntax/hyperlink_formatted.exp
expressir-0.2.13-x86-mingw32 original/examples/syntax/hyperlink_formatted.exp
expressir-0.2.13-x86-linux original/examples/syntax/hyperlink_formatted.exp
expressir-0.2.13-x64-mingw32 original/examples/syntax/hyperlink_formatted.exp
expressir-0.2.13-arm64-darwin original/examples/syntax/hyperlink_formatted.exp
expressir-0.2.12 original/examples/syntax/hyperlink_formatted.exp
expressir-0.2.12-x86_64-linux original/examples/syntax/hyperlink_formatted.exp
expressir-0.2.12-x86_64-darwin original/examples/syntax/hyperlink_formatted.exp
expressir-0.2.12-x86-mingw32 original/examples/syntax/hyperlink_formatted.exp
expressir-0.2.12-x86-linux original/examples/syntax/hyperlink_formatted.exp
expressir-0.2.12-x64-mingw32 original/examples/syntax/hyperlink_formatted.exp