Skip to content

Commit

Permalink
Merge branch 'telluride'
Browse files Browse the repository at this point in the history
  • Loading branch information
pirxpilot committed Mar 29, 2024
2 parents 153e08b + b1b04b0 commit feadf0e
Show file tree
Hide file tree
Showing 3 changed files with 2,401 additions and 2,327 deletions.
2 changes: 1 addition & 1 deletion lib/resorts/telluride/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
parse: {
name: 1,
status: {
child: '3/0',
child: '0/0',
attribute: 'class',
regex: /icon-(.+)$/
}
Expand Down
4,720 changes: 2,397 additions & 2,323 deletions test/resorts/example/telluride.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions test/resorts/telluride.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
const lifts = require('../lifts');

lifts('telluride', 'html', {
'Free Gondola – Town to MV': 'open',
'Chondola': 'closed',
'Childrens Magic Carpet': 'closed',
'Adult Magic Carpet': 'closed',
'Village Express': 'closed',
'Polar Queen Express': 'closed',
'Apex Lift': 'closed',
Expand All @@ -15,7 +17,5 @@ lifts('telluride', 'html', {
'Lynx': 'closed',
'Gold Hill Express': 'closed',
'Revelation Lift': 'closed',
'Adult Magic Carpet': 'closed',
'Free Gondola – Town to MV': 'closed',
'Learning Center Carpet': 'closed'
'North Meadows Carpet': 'closed',
});

0 comments on commit feadf0e

Please sign in to comment.