--- settings ----------------------------------------------------------
separator matches D7                                         PASS
case matches D7 (lowercase)                                  PASS
max_component_length matches D7                              PASS
transliterate matches D7 (FALSE)                             PASS  false
reduce_ascii matches D7 (FALSE)                              PASS
update_action matches D7 (2 = delete the old alias)          PASS
ignore_words matches D7 word for word                        PASS
punctuation.hyphen matches D7 (1 = replace with the separator) PASS
max_length is D7's 100 PLUS the leading slash D10 stores     PASS  101

--- patterns ----------------------------------------------------------
node_course            = D7 courses/[node:title]             PASS  /courses/[node:title]
node_video             = D7 videos/[node:title]              PASS  /videos/[node:title]
node_blog              = D7 blog/[node:title]                PASS  /blog/[node:title]
node_default           = D7 content/[node:title]             PASS  /content/[node:title]
taxonomy_term_default  = D7 [term:vocabulary]/[term:name]    PASS  /[term:vocabulary]/[term:name]
user pattern uses [user:display-name], not D7's literal [user:name] PASS  /users/[user:display-name]
  ...and it resolves to the real name, as D7's [user:name] did PASS  /users/melissa-snipes
bundle patterns out-weigh the catch-all                      PASS
no pattern for D7's disabled blog module (blogs/[user:name]) PASS
no pattern for D7's disabled forum module                    PASS

--- re-saving entities must not move a single URL --------------------
  aliases before: 13977
  aliases after:  13977
alias COUNT unchanged after the saves                        PASS  13977 -> 13977
every alias byte-identical after the saves                   PASS  13977 aliases
/node/35             still /faq                              PASS  /faq
/node/36             still /about                            PASS  /about
/taxonomy/term/53    still /profession-type/instructor-esthetician-0 PASS  /profession-type/instructor-esthetician-0
/user/3209           still /users/rachel-mcgowan-0           PASS  /users/rachel-mcgowan-0
node 35 is recorded as SKIP, so a future save is safe too    PASS

--- a new node gets D7's pattern -------------------------------------
a new course   is aliased /courses/zzz-pathauto-probe-course PASS  /courses/zzz-pathauto-probe-course
a new video    is aliased /videos/zzz-pathauto-probe-video   PASS  /videos/zzz-pathauto-probe-video
a new blog     is aliased /blog/zzz-pathauto-probe-blog      PASS  /blog/zzz-pathauto-probe-blog
a new article  is aliased /content/zzz-pathauto-probe-article PASS  /content/zzz-pathauto-probe-article
every probe node and its alias are gone                      PASS
alias count back to where it started                         PASS  13977 / 13977

  D7 {url_alias} 13971   D10 {path_alias} 13977

All checks passed.
