Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OMNeT++ MSG language #7023

Merged
merged 5 commits into from
Nov 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added test
  • Loading branch information
adamgeorge309 committed Nov 26, 2024
commit 00fff6d619eb99efc608b5c44ac373315dcffbc2
6 changes: 6 additions & 0 deletions test/test_heuristics.rb
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,12 @@ def test_ms_by_heuristics
})
end

def test_msg_by_heuristics
assert_heuristics({
"omnetpp-msg" => all_fixtures("omnetpp-msg", "*.msg"),
})
end

def test_n_by_heuristics
assert_heuristics({
"Roff" => all_fixtures("Roff", "*.n"),
Expand Down