Skip to content

jsg allowing illegal values to pass #11

@hsolbrig

Description

@hsolbrig

Neither of the operations below fail:

from ShExJSG import ShExJ        

tc = ShExJ.TripleConstraint()
tc.predicate = 17                # This should fail
tc.valueExpr = "a string"        # This should fail

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions